public static class MAPExt_BasicServiceCode.Choice extends MAPBasicServiceCode.Choice
Modifier and Type | Field and Description |
---|---|
static int |
_EXT_BEARERSERVICE
Integer value of the choice EXT_BEARERSERVICE.
|
static int |
_EXT_TELESERVICE
Integer value of the choice EXT_TELESERVICE.
|
static MAPExt_BasicServiceCode.Choice |
EXT_BEARERSERVICE
Reference to the choice EXT_BEARERSERVICE.
|
static MAPExt_BasicServiceCode.Choice |
EXT_TELESERVICE
Reference to the choice EXT_TELESERVICE.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPExt_BasicServiceCode.Choice instance may take (19479556).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPExt_BasicServiceCode.Choice instance may take (19479552).
|
_BEARERSERVICE, _TELESERVICE, BEARERSERVICE, TELESERVICE
Modifier | Constructor and Description |
---|---|
protected |
MAPExt_BasicServiceCode.Choice(int value,
String description)
Constructs a number, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPBasicServiceCode.Choice |
fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static MAPBasicServiceCode.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 _EXT_BEARERSERVICE
public static final MAPExt_BasicServiceCode.Choice EXT_BEARERSERVICE
public static final int _EXT_TELESERVICE
public static final MAPExt_BasicServiceCode.Choice EXT_TELESERVICE
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPExt_BasicServiceCode.Choice(int value, String description)
value
- numeric valuedescription
- name of numberpublic static MAPBasicServiceCode.Choice fromValue(int value)
value
- numeric valuepublic static MAPBasicServiceCode.Choice[] namedValues()