Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
Modifier and Type | Field and Description |
---|---|
static CAP2DPSpecificCriteria.Choice |
CAP2DPSpecificCriteria.Choice.APPLICATIONTIMER
Reference to the choice APPLICATIONTIMER.
|
Modifier and Type | Method and Description |
---|---|
static CAP2DPSpecificCriteria.Choice |
CAP2DPSpecificCriteria.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
CAP2DPSpecificCriteria.Choice |
CAP2DPSpecificCriteria.getChoice()
Gets the discriminant of the current choice.
|
static CAP2DPSpecificCriteria.Choice[] |
CAP2DPSpecificCriteria.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CAP2DPSpecificCriteria.setChoice(CAP2DPSpecificCriteria.Choice arg)
Sets the discriminant of the current choice.
|
Modifier and Type | Class and Description |
---|---|
static class |
CAP4DpSpecificCriteria.Choice
API for CAP-datatypes.DpSpecificCriteria.Choice.
|
Modifier and Type | Method and Description |
---|---|
static CAP2DPSpecificCriteria.Choice |
CAP4DpSpecificCriteria.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CAP2DPSpecificCriteria.Choice[] |
CAP4DpSpecificCriteria.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|