コード例 #1
0
 /**
  * Retrieves the CPObjectDataList that results from the CorridorPlanFindRequest call
  *
  * @return CPObjectDataList resulting from udt call
  */
 public CPObjectDataList getOutput() {
   return CPObjectHelper.fromMapList(outputMap, "CorridorPlanList");
 }