public class MAPAccessNetworkProtocolId extends NamedInteger
AccessNetworkProtocolId ::= ENUMERATED { ts3G-48006(1), -- Renamed from gsm-0806 between R99 and release 4. ts3G-25413(2), ... }Added in R99.
Used as field type by MAPAccessNetworkSignalInfo
.
Modifier and Type | Field and Description |
---|---|
static int |
_ts3G_25413
Integer value of the constant ts3G_25413.
|
static int |
_ts3G_48006
Integer value of the constant ts3G_48006.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPAccessNetworkProtocolId instance may take (2).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAccessNetworkProtocolId instance may take (1).
|
static MAPAccessNetworkProtocolId |
ts3G_25413
Reference to value of the constant ts3G_25413.
|
static MAPAccessNetworkProtocolId |
ts3G_48006
Reference to value of the constant ts3G_48006.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPAccessNetworkProtocolId(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPAccessNetworkProtocolId(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPAccessNetworkProtocolId |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPAccessNetworkProtocolId[] |
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 _ts3G_48006
public static final MAPAccessNetworkProtocolId ts3G_48006
public static final int _ts3G_25413
public static final MAPAccessNetworkProtocolId ts3G_25413
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPAccessNetworkProtocolId(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPAccessNetworkProtocolId(int value)
value
- numeric valuepublic static MAPAccessNetworkProtocolId fromValue(int value)
value
- integerpublic static MAPAccessNetworkProtocolId[] namedValues()