Uses of Class
com.opencloud.slee.resources.cgin.Code.Choice
-
Packages that use Code.Choice Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of Code.Choice in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return Code.Choice Modifier and Type Method Description Code.Choice
Code. getChoice()
Gets the discriminant for which choice is chosen.static Code.Choice
Code.Choice. valueOf(String name)
Returns the enum constant of this type with the specified name.static Code.Choice[]
Code.Choice. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-