public static class CCRequestedInformationValue.Choice extends NamedInteger
Modifier and Type | Field and 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.
|
Modifier | Constructor and Description |
---|---|
protected |
CCRequestedInformationValue.Choice(int value,
String description)
Constructs a number, noting its name.
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _CALLATTEMPTELAPSEDTIMEVALUE
public static final CCRequestedInformationValue.Choice CALLATTEMPTELAPSEDTIMEVALUE
public static final int _CALLCONNECTEDELAPSEDTIMEVALUE
public static final CCRequestedInformationValue.Choice CALLCONNECTEDELAPSEDTIMEVALUE
public static final int _CALLSTOPTIMEVALUE
public static final CCRequestedInformationValue.Choice CALLSTOPTIMEVALUE
public static final int _RELEASECAUSEVALUE
public static final CCRequestedInformationValue.Choice RELEASECAUSEVALUE
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CCRequestedInformationValue.Choice(int value, String description)
value
- numeric valuedescription
- name of numberpublic static CCRequestedInformationValue.Choice fromValue(int value)
value
- numeric valuepublic static CCRequestedInformationValue.Choice[] namedValues()