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