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