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