Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Class and Description |
---|---|
static class |
MAPExt_BasicServiceCode.Choice
API for MAP-CommonDataTypes.Ext-BasicServiceCode.Choice.
|
Modifier and Type | Field and Description |
---|---|
static MAPBasicServiceCode.Choice |
MAPBasicServiceCode.Choice.BEARERSERVICE
Reference to the choice BEARERSERVICE.
|
static MAPBasicServiceCode.Choice |
MAPBasicServiceCode.Choice.TELESERVICE
Reference to the choice TELESERVICE.
|
Modifier and Type | Method and Description |
---|---|
static MAPBasicServiceCode.Choice |
MAPExt_BasicServiceCode.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static MAPBasicServiceCode.Choice |
MAPBasicServiceCode.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
MAPBasicServiceCode.Choice |
MAPBasicServiceCode.getChoice()
Gets the discriminant of the current choice.
|
static MAPBasicServiceCode.Choice[] |
MAPExt_BasicServiceCode.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
static MAPBasicServiceCode.Choice[] |
MAPBasicServiceCode.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MAPBasicServiceCode.setChoice(MAPBasicServiceCode.Choice arg)
Sets the discriminant of the current choice.
|