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