Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPNetworkAccessMode |
MAPNetworkAccessMode.onlyCircuit
Reference to value of the constant onlyCircuit.
|
static MAPNetworkAccessMode |
MAPNetworkAccessMode.onlyPacket
Reference to value of the constant onlyPacket.
|
static MAPNetworkAccessMode |
MAPNetworkAccessMode.packetAndCircuit
Reference to value of the constant packetAndCircuit.
|
Modifier and Type | Method and Description |
---|---|
static MAPNetworkAccessMode |
MAPNetworkAccessMode.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPNetworkAccessMode |
MAPInsertSubscriberDataArg.getNetworkAccessMode()
Gets the value of the field networkAccessMode.
|
static MAPNetworkAccessMode[] |
MAPNetworkAccessMode.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPInsertSubscriberDataArg |
MAPInsertSubscriberDataArg.setNetworkAccessMode(MAPNetworkAccessMode value)
Sets the value of the field networkAccessMode.
|