Uses of Class
com.opencloud.slee.resources.cgin.map.MAPNotReachableReason
-
Packages that use MAPNotReachableReason Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPNotReachableReason in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPNotReachableReason Modifier and Type Method Description static MAPNotReachableReasonMAPNotReachableReason. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPNotReachableReasonMAPPS_SubscriberState. getNetDetNotReachable()Gets the value of the netDetNotReachable choice.MAPNotReachableReasonMAPSubscriberState. getNetDetNotReachable()Gets the value of the netDetNotReachable choice.static MAPNotReachableReasonMAPNotReachableReason. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPNotReachableReason[]MAPNotReachableReason. 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 MAPNotReachableReason Modifier and Type Method Description MAPPS_SubscriberStateMAPPS_SubscriberState. setNetDetNotReachable(MAPNotReachableReason value)Sets the value of the netDetNotReachable choice.MAPSubscriberStateMAPSubscriberState. setNetDetNotReachable(MAPNotReachableReason value)Sets the value of the netDetNotReachable choice.
-