Uses of Class
com.opencloud.slee.resources.cgin.map.MAPTypeOfUpdate
-
Packages that use MAPTypeOfUpdate Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPTypeOfUpdate in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPTypeOfUpdate Modifier and Type Field Description static MAPTypeOfUpdate
MAPTypeOfUpdate. mme_change
Reference to value of the constant mme_change.static MAPTypeOfUpdate
MAPTypeOfUpdate. sgsn_change
Reference to value of the constant sgsn_change.Methods in com.opencloud.slee.resources.cgin.map that return MAPTypeOfUpdate Modifier and Type Method Description static MAPTypeOfUpdate
MAPTypeOfUpdate. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPTypeOfUpdate
MAPCancelLocationArg. getTypeOfUpdate()
Gets the value of the field typeOfUpdate.static MAPTypeOfUpdate[]
MAPTypeOfUpdate. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPTypeOfUpdate Modifier and Type Method Description MAPCancelLocationArg
MAPCancelLocationArg. setTypeOfUpdate(MAPTypeOfUpdate value)
Sets the value of the field typeOfUpdate.
-