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