public class CCRequestedInformationType extends NamedInteger
RequestedInformationType ::= ENUMERATED { callAttemptElapsedTime(0), callStopTime(1), callConnectedElapsedTime(2), releaseCause(30), ... } CC-DataTypes { RequestedInformationType { @extendible } }
Used in array as field type by CCCallInformationRequestArg
.
Used as field type by CCRequestedInformation
.
Modifier and Type | Field and Description |
---|---|
static int |
_callAttemptElapsedTime
Integer value of the constant callAttemptElapsedTime.
|
static int |
_callConnectedElapsedTime
Integer value of the constant callConnectedElapsedTime.
|
static int |
_callStopTime
Integer value of the constant callStopTime.
|
static int |
_releaseCause
Integer value of the constant releaseCause.
|
static CCRequestedInformationType |
callAttemptElapsedTime
Reference to value of the constant callAttemptElapsedTime.
|
static CCRequestedInformationType |
callConnectedElapsedTime
Reference to value of the constant callConnectedElapsedTime.
|
static CCRequestedInformationType |
callStopTime
Reference to value of the constant callStopTime.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCRequestedInformationType instance may take (30).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCRequestedInformationType instance may take (0).
|
static CCRequestedInformationType |
releaseCause
Reference to value of the constant releaseCause.
|
Modifier | Constructor and Description |
---|---|
protected |
CCRequestedInformationType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
CCRequestedInformationType(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static CCRequestedInformationType |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static CCRequestedInformationType[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _callAttemptElapsedTime
public static final CCRequestedInformationType callAttemptElapsedTime
public static final int _callStopTime
public static final CCRequestedInformationType callStopTime
public static final int _callConnectedElapsedTime
public static final CCRequestedInformationType callConnectedElapsedTime
public static final int _releaseCause
public static final CCRequestedInformationType releaseCause
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CCRequestedInformationType(int value, String description)
value
- numeric valuedescription
- name of numberprotected CCRequestedInformationType(int value)
value
- numeric valuepublic static CCRequestedInformationType fromValue(int value)
value
- integerpublic static CCRequestedInformationType[] namedValues()