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