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