Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCCBS_RequestState
-
Packages that use MAPCCBS_RequestState Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPCCBS_RequestState in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCCBS_RequestState Modifier and Type Method Description static MAPCCBS_RequestStateMAPCCBS_RequestState. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPCCBS_RequestStateMAPSS_InvocationNotificationArg. getCcbs_RequestState()Gets the value of the field ccbs-RequestState.static MAPCCBS_RequestStateMAPCCBS_RequestState. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPCCBS_RequestState[]MAPCCBS_RequestState. 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 MAPCCBS_RequestState Modifier and Type Method Description MAPSS_InvocationNotificationArgMAPSS_InvocationNotificationArg. setCcbs_RequestState(MAPCCBS_RequestState value)Sets the value of the field ccbs-RequestState.
-