Class MAPSS_Information.Choice
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Direct Known Subclasses:
MAPSS_Info.Choice
- Enclosing class:
- MAPSS_Information
public static class MAPSS_Information.Choice extends NamedInteger
API for MAP-SS-DataTypes-ph1.SS-Information.Choice.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CALLBARRINGINFO
Integer value of the choice CALLBARRINGINFO.static int
_CUG_INFORMATION
Integer value of the choice CUG_INFORMATION.static int
_FORWARDINGINFO
Integer value of the choice FORWARDINGINFO.static int
_SS_DATA_V1
Integer value of the choice SS_DATA_V1.static MAPSS_Information.Choice
CALLBARRINGINFO
Reference to the choice CALLBARRINGINFO.static MAPSS_Information.Choice
CUG_INFORMATION
Reference to the choice CUG_INFORMATION.static MAPSS_Information.Choice
FORWARDINGINFO
Reference to the choice FORWARDINGINFO.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Information.Choice instance may take (19479555).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Information.Choice instance may take (19479552).static MAPSS_Information.Choice
SS_DATA_V1
Reference to the choice SS_DATA_V1.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MAPSS_Information.Choice
fromValue(int value)
Finds or constructs an integer for the given numeric value.static MAPSS_Information.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
-
_CALLBARRINGINFO
public static final int _CALLBARRINGINFO
Integer value of the choice CALLBARRINGINFO.- See Also:
- Constant Field Values
-
CALLBARRINGINFO
public static final MAPSS_Information.Choice CALLBARRINGINFO
Reference to the choice CALLBARRINGINFO.
-
_CUG_INFORMATION
public static final int _CUG_INFORMATION
Integer value of the choice CUG_INFORMATION.- See Also:
- Constant Field Values
-
CUG_INFORMATION
public static final MAPSS_Information.Choice CUG_INFORMATION
Reference to the choice CUG_INFORMATION.
-
_FORWARDINGINFO
public static final int _FORWARDINGINFO
Integer value of the choice FORWARDINGINFO.- See Also:
- Constant Field Values
-
FORWARDINGINFO
public static final MAPSS_Information.Choice FORWARDINGINFO
Reference to the choice FORWARDINGINFO.
-
_SS_DATA_V1
public static final int _SS_DATA_V1
Integer value of the choice SS_DATA_V1.- See Also:
- Constant Field Values
-
SS_DATA_V1
public static final MAPSS_Information.Choice SS_DATA_V1
Reference to the choice SS_DATA_V1.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSS_Information.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.MAPSS_Information.Choice instance may take (19479555).- 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 MAPSS_Information.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 MAPSS_Information.Choice[] namedValues()
Returns an array containing all the numeric values that distinguish choices.- Returns:
- array of integers
-
-