Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSubscriberIdentity.Choice
-
Packages that use MAPSubscriberIdentity.Choice Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPSubscriberIdentity.Choice in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSubscriberIdentity.Choice Modifier and Type Method Description MAPSubscriberIdentity.Choice
MAPSubscriberIdentity. getChoice()
Gets the discriminant of the current choice.static MAPSubscriberIdentity.Choice
MAPSubscriberIdentity.Choice. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPSubscriberIdentity.Choice[]
MAPSubscriberIdentity.Choice. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-