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