| Package | Description |
|---|---|
| com.opencloud.slee.resources.cgin.cap_v1 |
Provides an API for the CAP v1 protocol.
|
| com.opencloud.slee.resources.cgin.cap_v1.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v1 protocol.
|
| com.opencloud.slee.resources.cgin.cap_v2.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v2 protocol.
|
| com.opencloud.slee.resources.cgin.cap_v3.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v3 protocol.
|
| com.opencloud.slee.resources.cgin.cap_v4.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts of the CAP v4 protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static CAP1CriticalityType |
CAP1CriticalityType.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
CAP1CriticalityType |
CAP1ExtensionField.getCriticality()
Gets the value of the field criticality.
|
static CAP1CriticalityType |
CAP1CriticalityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAP1CriticalityType[] |
CAP1CriticalityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CAP1ExtensionField |
CAP1ExtensionField.setCriticality(CAP1CriticalityType value)
Sets the value of the field criticality.
|
| Modifier and Type | Field and Description |
|---|---|
CAP1CriticalityType |
CAP1EXTENSION.Criticality
Value field.
|
| Constructor and Description |
|---|
CAP1EXTENSION(Class<ExtensionType> ExtensionType,
CAP1CriticalityType Criticality,
OpenId Id)
Constructs an information object with the given final values.
|
| Modifier and Type | Field and Description |
|---|---|
CAP1CriticalityType |
CAP2EXTENSION.Criticality
Value field.
|
| Constructor and Description |
|---|
CAP2EXTENSION(Class<ExtensionType> ExtensionType,
CAP1CriticalityType Criticality,
OpenId Id)
Constructs an information object with the given final values.
|
| Modifier and Type | Field and Description |
|---|---|
CAP1CriticalityType |
CAP3EXTENSION.Criticality
Value field.
|
| Constructor and Description |
|---|
CAP3EXTENSION(Class<ExtensionType> ExtensionType,
CAP1CriticalityType Criticality,
OpenId Id)
Constructs an information object with the given final values.
|
| Modifier and Type | Field and Description |
|---|---|
CAP1CriticalityType |
CAP4EXTENSION.Criticality
Value field.
|
| Constructor and Description |
|---|
CAP4EXTENSION(Class<ExtensionType> ExtensionType,
CAP1CriticalityType Criticality,
OpenId Id)
Constructs an information object with the given final values.
|