Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Field and Description |
---|---|
static BooleanDataObject |
BooleanDataObject.FALSE
A BooleanDataObject whose value is false.
|
static BooleanDataObject |
BooleanDataObject.TRUE
A BooleanDataObject whose value is true.
|
Modifier and Type | Method and Description |
---|---|
static BooleanDataObject |
BooleanDataObject.valueOf(boolean bool)
Chooses the appropriate static instance to represent the given boolean.
|