Uses of Class
com.opencloud.slee.resources.cgin.map.MAPProtocolId
-
Packages that use MAPProtocolId Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPProtocolId in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPProtocolId Modifier and Type Method Description static MAPProtocolId
MAPProtocolId. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.MAPProtocolId
MAPExternalSignalInfo. getProtocolId()
Gets the value of the field protocolId.static MAPProtocolId
MAPProtocolId. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPProtocolId[]
MAPProtocolId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPProtocolId Modifier and Type Method Description MAPExternalSignalInfo
MAPExternalSignalInfo. setProtocolId(MAPProtocolId value)
Sets the value of the field protocolId.
-