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