public class MAPKeyStatus extends NamedInteger
KeyStatus ::=
ENUMERATED {
old(0),
new(1),
...
}
Added in R99. Exception handling: received values in range 2-31 shall be treated as 'old'; received values greater than 31 shall be treated as 'new'.
Used as field type by MAPForwardAccessSignalling_Arg_v3.
| Modifier and Type | Field and Description |
|---|---|
static int |
_new
Integer value of the constant new.
|
static int |
_old
Integer value of the constant old.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPKeyStatus instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPKeyStatus instance may take (0).
|
static MAPKeyStatus |
New
Reference to value of the constant new.
|
static MAPKeyStatus |
old
Reference to value of the constant old.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MAPKeyStatus(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPKeyStatus(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
| Modifier and Type | Method and Description |
|---|---|
static MAPKeyStatus |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPKeyStatus[] |
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 _old
public static final MAPKeyStatus old
public static final int _new
public static final MAPKeyStatus New
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPKeyStatus(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPKeyStatus(int value)
value - numeric valuepublic static MAPKeyStatus fromValue(int value)
value - integerpublic static MAPKeyStatus[] namedValues()