public class CS1RequestedInformationType extends CCRequestedInformationType
RequestedInformationType ::= ENUMERATED { callAttemptElapsedTime(0), callStopTime(1), callConnectedElapsedTime(2), calledAddress(3), releaseCause(30) } Core-INAP-CS1-DataTypes { RequestedInformationType { @parentType com.opencloud.slee.resources.cgin.callcontrol.CCRequestedInformationType } }
Used in array as field type by CS1CallInformationRequestArg
.
Modifier and Type | Field and Description |
---|---|
static int |
_calledAddress
Integer value of the constant calledAddress.
|
static CS1RequestedInformationType |
calledAddress
Reference to value of the constant calledAddress.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1RequestedInformationType instance may take (30).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1RequestedInformationType instance may take (0).
|
_callAttemptElapsedTime, _callConnectedElapsedTime, _callStopTime, _releaseCause, callAttemptElapsedTime, callConnectedElapsedTime, callStopTime, releaseCause
Modifier | Constructor and Description |
---|---|
protected |
CS1RequestedInformationType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
CS1RequestedInformationType(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 _calledAddress
public static final CS1RequestedInformationType calledAddress
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CS1RequestedInformationType(int value, String description)
value
- numeric valuedescription
- name of numberprotected CS1RequestedInformationType(int value)
value
- numeric valuepublic static CCRequestedInformationType fromValue(int value)
value
- integerpublic static CCRequestedInformationType[] namedValues()