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