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