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