Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
Modifier and Type | Method and Description |
---|---|
static CAP3CGEncountered |
CAP3CGEncountered.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
CAP3CGEncountered |
CAP3InitialDPArg.getCGEncountered()
Gets the value of the field cGEncountered.
|
static CAP3CGEncountered |
CAP3CGEncountered.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAP3CGEncountered[] |
CAP3CGEncountered.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CAP3InitialDPArg |
CAP3InitialDPArg.setCGEncountered(CAP3CGEncountered value)
Sets the value of the field cGEncountered.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitialDPArg |
CAP4InitialDPArg.setCGEncountered(CAP3CGEncountered value)
Sets the value of the field cGEncountered.
|