public class MAPRAN_Technology extends NamedInteger
RAN-Technology ::=
ENUMERATED {
gsm(0),
umts(1),
...
}
Added in release 7.
Used as field type by MAPReportingPLMN.
| Modifier and Type | Field and Description |
|---|---|
static int |
_gsm
Integer value of the constant gsm.
|
static int |
_umts
Integer value of the constant umts.
|
static MAPRAN_Technology |
gsm
Reference to value of the constant gsm.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPRAN_Technology instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPRAN_Technology instance may take (0).
|
static MAPRAN_Technology |
umts
Reference to value of the constant umts.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MAPRAN_Technology(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPRAN_Technology(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
| Modifier and Type | Method and Description |
|---|---|
static MAPRAN_Technology |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPRAN_Technology[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _gsm
public static final MAPRAN_Technology gsm
public static final int _umts
public static final MAPRAN_Technology umts
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPRAN_Technology(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPRAN_Technology(int value)
value - numeric valuepublic static MAPRAN_Technology fromValue(int value)
value - integerpublic static MAPRAN_Technology[] namedValues()