Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and 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.
|