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