public static final class BearerCapability.ITU_T.Layer2Protocol extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Layer2Protocol ::= ENUMERATED { ... , Q921_I441 (2), ... , X25 (6), ... , ISO_IEC_8802 (12), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_ISO_IEC_8802
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.
|
static int |
_Q921_I441
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.
|
static int |
_X25
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.
|
static BearerCapability.ITU_T.Layer2Protocol |
ISO_IEC_8802
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.
|
static int |
MAX_VALUE
Maximum value that a Layer2Protocol instance may take (31).
|
static int |
MIN_VALUE
Minimum value that a Layer2Protocol instance may take (0).
|
static BearerCapability.ITU_T.Layer2Protocol |
Q921_I441
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.
|
static BearerCapability.ITU_T.Layer2Protocol |
X25
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.
|
Modifier and Type | Method and Description |
---|---|
static BearerCapability.ITU_T.Layer2Protocol |
fromValue(int value)
Returns a Layer2Protocol for a particular integer value.
|
static BearerCapability.ITU_T.Layer2Protocol[] |
namedValues()
Returns an array containing all of Layer2Protocol's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _Q921_I441
public static final int _X25
public static final int _ISO_IEC_8802
public static final BearerCapability.ITU_T.Layer2Protocol Q921_I441
public static final BearerCapability.ITU_T.Layer2Protocol X25
public static final BearerCapability.ITU_T.Layer2Protocol ISO_IEC_8802
public static final int MIN_VALUE
public static final int MAX_VALUE
public static BearerCapability.ITU_T.Layer2Protocol fromValue(int value)
public static BearerCapability.ITU_T.Layer2Protocol[] namedValues()