public class MAPExt_ProtocolId extends NamedInteger
Ext-ProtocolId ::= ENUMERATED { ets-300356(1), ... }Added in R98.
Used as field type by MAPExt_ExternalSignalInfo
.
Modifier and Type | Field and Description |
---|---|
static int |
_ets_300356
Integer value of the constant ets_300356.
|
static MAPExt_ProtocolId |
ets_300356
Reference to value of the constant ets_300356.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPExt_ProtocolId instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPExt_ProtocolId instance may take (1).
|
Modifier | Constructor and Description |
---|---|
protected |
MAPExt_ProtocolId(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPExt_ProtocolId(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPExt_ProtocolId |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPExt_ProtocolId[] |
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 _ets_300356
public static final MAPExt_ProtocolId ets_300356
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPExt_ProtocolId(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPExt_ProtocolId(int value)
value
- numeric valuepublic static MAPExt_ProtocolId fromValue(int value)
value
- integerpublic static MAPExt_ProtocolId[] namedValues()