OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Functions Summary | |
|---|---|
| f_triggerParams2String | Converts a TriggerParams value into a character string
|
| f_areaEventType2String | Converts an AreaEventType value into a character string
|
| f_bool2String | Converts a boolean value into a character string
|
| f_areaList2String | Converts a GeographicTargetAreaList value into a character string
|
| f_areaIdLists2String | Converts an AreaIdLists value into a character string
|
| f_geographicTargetArea2String | Convert a GeographicTargetArea value into a character string representation
|
| f_coordinate2String | Converts a Coordinate value into its character string representation
|
| f_coordinateList2String | Converts a list of coordinates into a correspunding character string representation
|
| f_latitudeSign2String | Converts a latitude sign value into its character string representation
|
| f_areaIdList2String | Converts an AreaIdList value in its character string representation
|
| f_areaIdSet2String | Converts an AreaIdSet value into a character string
|
| f_areaId2String | Converts ans AreaId value in its character string representation
|
| f_geoAreaMappingList2String | Converts a GeoAreaMappingList into its character string representation
|
| f_SLPAddressIP | |
function f_triggerParams2String(TriggerParams p_params) runs on SUPLComponent return charstring
function f_areaEventType2String(AreaEventType p_areaEventType) return charstring
function f_bool2String(boolean boolVal) return charstring
function f_areaList2String(GeographicTargetAreaList aList) return charstring
function f_areaIdLists2String(_0AreaEventParams1 areaIdLists) return charstring
function f_geographicTargetArea2String(GeographicTargetArea area) return charstring
function f_coordinate2String(Coordinate coordinate) return charstring
function f_coordinateList2String(PolygonDescription coordList) return charstring
function f_latitudeSign2String(_0Coordinate latSign) return charstring
function f_areaIdList2String(AreaIdList idList) return charstring
function f_areaIdSet2String(AreaIdSet areaIds) return charstring
function f_areaId2String(AreaId areaId) return charstring
function f_geoAreaMappingList2String(GeoAreaMappingList areaMappings) return charstring
function f_SLPAddressIP () return IPAddress