public class CS1CGEncountered extends NamedInteger
CGEncountered ::= ENUMERATED { manualCGencountered(1), scpOverload(2) } Core-INAP-CS1-DataTypes { CGEncountered { @extendible } }
Used as field type by CS1InitialDPArg
.
Modifier and Type | Field and Description |
---|---|
static int |
_manualCGencountered
Integer value of the constant manualCGencountered.
|
static int |
_scpOverload
Integer value of the constant scpOverload.
|
static CS1CGEncountered |
manualCGencountered
Reference to value of the constant manualCGencountered.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1CGEncountered instance may take (2).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1CGEncountered instance may take (1).
|
static CS1CGEncountered |
scpOverload
Reference to value of the constant scpOverload.
|
Modifier | Constructor and Description |
---|---|
protected |
CS1CGEncountered(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
CS1CGEncountered(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static CS1CGEncountered |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static CS1CGEncountered[] |
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 _manualCGencountered
public static final CS1CGEncountered manualCGencountered
public static final int _scpOverload
public static final CS1CGEncountered scpOverload
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CS1CGEncountered(int value, String description)
value
- numeric valuedescription
- name of numberprotected CS1CGEncountered(int value)
value
- numeric valuepublic static CS1CGEncountered fromValue(int value)
value
- integerpublic static CS1CGEncountered[] namedValues()