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