Class MAPExt_BasicServiceCode.Choice
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MAPExt_BasicServiceCode
public static class MAPExt_BasicServiceCode.Choice extends MAPBasicServiceCode.Choice
API for MAP-CommonDataTypes.Ext-BasicServiceCode.Choice.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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).-
Fields inherited from class com.opencloud.slee.resources.cgin.map.MAPBasicServiceCode.Choice
_BEARERSERVICE, _TELESERVICE, BEARERSERVICE, TELESERVICE
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_EXT_BEARERSERVICE
public static final int _EXT_BEARERSERVICE
Integer value of the choice EXT_BEARERSERVICE.- See Also:
- Constant Field Values
-
EXT_BEARERSERVICE
public static final MAPExt_BasicServiceCode.Choice EXT_BEARERSERVICE
Reference to the choice EXT_BEARERSERVICE.
-
_EXT_TELESERVICE
public static final int _EXT_TELESERVICE
Integer value of the choice EXT_TELESERVICE.- See Also:
- Constant Field Values
-
EXT_TELESERVICE
public static final MAPExt_BasicServiceCode.Choice EXT_TELESERVICE
Reference to the choice EXT_TELESERVICE.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPExt_BasicServiceCode.Choice instance may take (19479552).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPExt_BasicServiceCode.Choice instance may take (19479556).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Choice
protected Choice(int value, String description)
Constructs a number, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
-
Method Detail
-
fromValue
public static MAPBasicServiceCode.Choice fromValue(int value)
Finds or constructs an integer for the given numeric value.- Parameters:
value
- numeric value- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static MAPBasicServiceCode.Choice[] namedValues()
Returns an array containing all the numeric values that distinguish choices.- Returns:
- array of integers
-
-