public static class CCMiscCallInfo.MessageType extends NamedInteger
messageType ::= ENUMERATED { request(0), notification(1) } CC-DataTypes { MiscCallInfo { messageType { @extendible } } }
Used as field type by CCMiscCallInfo
.
Modifier and Type | Field and Description |
---|---|
static int |
_notification
Integer value of the constant notification.
|
static int |
_request
Integer value of the constant request.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCMiscCallInfo.MessageType instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCMiscCallInfo.MessageType instance may take (0).
|
static CCMiscCallInfo.MessageType |
notification
Reference to value of the constant notification.
|
static CCMiscCallInfo.MessageType |
request
Reference to value of the constant request.
|
Modifier | Constructor and Description |
---|---|
protected |
CCMiscCallInfo.MessageType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
CCMiscCallInfo.MessageType(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static CCMiscCallInfo.MessageType |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static CCMiscCallInfo.MessageType[] |
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 _request
public static final CCMiscCallInfo.MessageType request
public static final int _notification
public static final CCMiscCallInfo.MessageType notification
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CCMiscCallInfo.MessageType(int value, String description)
value
- numeric valuedescription
- name of numberprotected CCMiscCallInfo.MessageType(int value)
value
- numeric valuepublic static CCMiscCallInfo.MessageType fromValue(int value)
value
- integerpublic static CCMiscCallInfo.MessageType[] namedValues()