Class CCGapTreatment.Choice
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Direct Known Subclasses:
CS1GapTreatment.Choice
- Enclosing class:
- CCGapTreatment
public static class CCGapTreatment.Choice extends NamedInteger
API for CC-DataTypes.GapTreatment.Choice.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_INFORMATIONTOSEND
Integer value of the choice INFORMATIONTOSEND.static int
_RELEASECAUSE
Integer value of the choice RELEASECAUSE.static CCGapTreatment.Choice
INFORMATIONTOSEND
Reference to the choice INFORMATIONTOSEND.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCGapTreatment.Choice instance may take (548865).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCGapTreatment.Choice instance may take (548864).static CCGapTreatment.Choice
RELEASECAUSE
Reference to the choice RELEASECAUSE.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CCGapTreatment.Choice
fromValue(int value)
Finds or constructs an integer for the given numeric value.static CCGapTreatment.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
-
_INFORMATIONTOSEND
public static final int _INFORMATIONTOSEND
Integer value of the choice INFORMATIONTOSEND.- See Also:
- Constant Field Values
-
INFORMATIONTOSEND
public static final CCGapTreatment.Choice INFORMATIONTOSEND
Reference to the choice INFORMATIONTOSEND.
-
_RELEASECAUSE
public static final int _RELEASECAUSE
Integer value of the choice RELEASECAUSE.- See Also:
- Constant Field Values
-
RELEASECAUSE
public static final CCGapTreatment.Choice RELEASECAUSE
Reference to the choice RELEASECAUSE.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCGapTreatment.Choice instance may take (548864).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCGapTreatment.Choice instance may take (548865).- 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 CCGapTreatment.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 CCGapTreatment.Choice[] namedValues()
Returns an array containing all the numeric values that distinguish choices.- Returns:
- array of integers
-
-