Package | Description |
---|---|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the ETSI INAP CS1 protocol.
|
Modifier and Type | Method and Description |
---|---|
static CS1Criticality |
CS1Criticality.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
CS1Criticality |
CS1ExtensionField.getCriticality()
Gets the value of the field criticality.
|
static CS1Criticality |
CS1Criticality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CS1Criticality[] |
CS1Criticality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CS1ExtensionField |
CS1ExtensionField.setCriticality(CS1Criticality value)
Sets the value of the field criticality.
|
Modifier and Type | Field and Description |
---|---|
CS1Criticality |
CS1EXTENSION.Criticality
Value field.
|
Constructor and Description |
---|
CS1EXTENSION(OpenId Id,
Class<Type> Type,
CS1Criticality Criticality)
Constructs an information object with the given final values.
|