public static class CCVariablePart.Choice extends NamedInteger
Modifier and Type | Field and Description |
---|---|
static int |
_DATE
Integer value of the choice DATE.
|
static int |
_INTEGER
Integer value of the choice INTEGER.
|
static int |
_NUMBER
Integer value of the choice NUMBER.
|
static int |
_PRICE
Integer value of the choice PRICE.
|
static int |
_TIME
Integer value of the choice TIME.
|
static CCVariablePart.Choice |
DATE
Reference to the choice DATE.
|
static CCVariablePart.Choice |
INTEGER
Reference to the choice INTEGER.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCVariablePart.Choice instance may take (548868).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCVariablePart.Choice instance may take (548864).
|
static CCVariablePart.Choice |
NUMBER
Reference to the choice NUMBER.
|
static CCVariablePart.Choice |
PRICE
Reference to the choice PRICE.
|
static CCVariablePart.Choice |
TIME
Reference to the choice TIME.
|
Modifier | Constructor and Description |
---|---|
protected |
CCVariablePart.Choice(int value,
String description)
Constructs a number, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static CCVariablePart.Choice |
fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CCVariablePart.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 _DATE
public static final CCVariablePart.Choice DATE
public static final int _INTEGER
public static final CCVariablePart.Choice INTEGER
public static final int _NUMBER
public static final CCVariablePart.Choice NUMBER
public static final int _PRICE
public static final CCVariablePart.Choice PRICE
public static final int _TIME
public static final CCVariablePart.Choice TIME
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CCVariablePart.Choice(int value, String description)
value
- numeric valuedescription
- name of numberpublic static CCVariablePart.Choice fromValue(int value)
value
- numeric valuepublic static CCVariablePart.Choice[] namedValues()