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