public static final class HighLayerCompatibility.CodingStandard extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
CodingStandard ::= ENUMERATED { ITU_T (0), ISO_IEC (1), NATIONAL (2), NETWORK (3) }@
extendible
Modifier and Type | Field and Description |
---|---|
static int |
_ISO_IEC
Coding standard value corresponding to ISO/IEC standard.
|
static int |
_ITU_T
Coding standard value corresponding to ITU-T standardized coding.
|
static int |
_NATIONAL
Coding standard value corresponding to National standard.
|
static int |
_NETWORK
Coding standard value corresponding to standard present on the network side of the interface.
|
static HighLayerCompatibility.CodingStandard |
ISO_IEC
Coding standard value corresponding to ISO/IEC standard.
|
static HighLayerCompatibility.CodingStandard |
ITU_T
Coding standard value corresponding to ITU-T standardized coding.
|
static int |
MAX_VALUE
Maximum value that a CodingStandard instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a CodingStandard instance may take (0).
|
static HighLayerCompatibility.CodingStandard |
NATIONAL
Coding standard value corresponding to National standard.
|
static HighLayerCompatibility.CodingStandard |
NETWORK
Coding standard value corresponding to standard present on the network side of the interface.
|
Modifier and Type | Method and Description |
---|---|
static HighLayerCompatibility.CodingStandard |
fromValue(int value)
Returns a CodingStandard for a particular integer value.
|
static HighLayerCompatibility.CodingStandard[] |
namedValues()
Returns an array containing all of CodingStandard's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _ITU_T
public static final int _ISO_IEC
public static final int _NATIONAL
public static final int _NETWORK
public static final HighLayerCompatibility.CodingStandard ITU_T
public static final HighLayerCompatibility.CodingStandard ISO_IEC
public static final HighLayerCompatibility.CodingStandard NATIONAL
public static final HighLayerCompatibility.CodingStandard NETWORK
public static final int MIN_VALUE
public static final int MAX_VALUE
public static HighLayerCompatibility.CodingStandard fromValue(int value)
public static HighLayerCompatibility.CodingStandard[] namedValues()