public static class MAPExtendedRoutingInfo.Choice extends MAPRoutingInfo.Choice
Modifier and Type | Field and Description |
---|---|
static int |
_CAMELROUTINGINFO
Integer value of the choice CAMELROUTINGINFO.
|
static int |
_ROUTINGINFO
Integer value of the choice ROUTINGINFO.
|
static MAPExtendedRoutingInfo.Choice |
CAMELROUTINGINFO
Reference to the choice CAMELROUTINGINFO.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPExtendedRoutingInfo.Choice instance may take (19479556).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPExtendedRoutingInfo.Choice instance may take (19479552).
|
static MAPExtendedRoutingInfo.Choice |
ROUTINGINFO
Reference to the choice ROUTINGINFO.
|
_FORWARDINGDATA, _ROAMINGNUMBER, FORWARDINGDATA, ROAMINGNUMBER
Modifier | Constructor and Description |
---|---|
protected |
MAPExtendedRoutingInfo.Choice(int value,
String description)
Constructs a number, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPRoutingInfo.Choice |
fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static MAPRoutingInfo.Choice[] |
namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _CAMELROUTINGINFO
public static final MAPExtendedRoutingInfo.Choice CAMELROUTINGINFO
public static final int _ROUTINGINFO
public static final MAPExtendedRoutingInfo.Choice ROUTINGINFO
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPExtendedRoutingInfo.Choice(int value, String description)
value
- numeric valuedescription
- name of numberpublic static MAPRoutingInfo.Choice fromValue(int value)
value
- numeric valuepublic static MAPRoutingInfo.Choice[] namedValues()