public class MAPResponseTimeCategory extends NamedInteger
ResponseTimeCategory ::= ENUMERATED { lowdelay(0), delaytolerant(1), ... }Added in R98. Exception handling: an unrecognized value shall be treated the same as value 1 (delaytolerant).
Used as field type by MAPResponseTime
.
Modifier and Type | Field and Description |
---|---|
static int |
_delaytolerant
Integer value of the constant delaytolerant.
|
static int |
_lowdelay
Integer value of the constant lowdelay.
|
static MAPResponseTimeCategory |
delaytolerant
Reference to value of the constant delaytolerant.
|
static MAPResponseTimeCategory |
lowdelay
Reference to value of the constant lowdelay.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPResponseTimeCategory instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPResponseTimeCategory instance may take (0).
|
Modifier | Constructor and Description |
---|---|
protected |
MAPResponseTimeCategory(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPResponseTimeCategory(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPResponseTimeCategory |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPResponseTimeCategory[] |
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 _lowdelay
public static final MAPResponseTimeCategory lowdelay
public static final int _delaytolerant
public static final MAPResponseTimeCategory delaytolerant
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPResponseTimeCategory(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPResponseTimeCategory(int value)
value
- numeric valuepublic static MAPResponseTimeCategory fromValue(int value)
value
- integerpublic static MAPResponseTimeCategory[] namedValues()