public static final class HighLayerCompatibility.Interpretation extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Interpretation ::= ENUMERATED { ... , FIRST_IN_CALL (4), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_FIRST_IN_CALL
Interpretation value corresponding to first in call.
|
static HighLayerCompatibility.Interpretation |
FIRST_IN_CALL
Interpretation value corresponding to first in call.
|
static int |
MAX_VALUE
Maximum value that a Interpretation instance may take (7).
|
static int |
MIN_VALUE
Minimum value that a Interpretation instance may take (0).
|
Modifier and Type | Method and Description |
---|---|
static HighLayerCompatibility.Interpretation |
fromValue(int value)
Returns a Interpretation for a particular integer value.
|
static HighLayerCompatibility.Interpretation[] |
namedValues()
Returns an array containing all of Interpretation's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _FIRST_IN_CALL
public static final HighLayerCompatibility.Interpretation FIRST_IN_CALL
public static final int MIN_VALUE
public static final int MAX_VALUE
public static HighLayerCompatibility.Interpretation fromValue(int value)
public static HighLayerCompatibility.Interpretation[] namedValues()