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