public static final class MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Layer2Protocol ::= ENUMERATED { ... , ISO_6429 (8), ... , VIDEOTEX_PROF1 (10), ... , COPnoFlCt (12), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_COPnoFlCt
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.
|
static int |
_ISO_6429
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.
|
static int |
_VIDEOTEX_PROF1
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol |
COPnoFlCt
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol |
ISO_6429
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.
|
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 MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol |
VIDEOTEX_PROF1
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.
|
Modifier and Type | Method and Description |
---|---|
static MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol |
fromValue(int value)
Returns a Layer2Protocol for a particular integer value.
|
static MSBearerCapability.GSM.Content.NonSpeech.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 _ISO_6429
public static final int _VIDEOTEX_PROF1
public static final int _COPnoFlCt
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol ISO_6429
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol VIDEOTEX_PROF1
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol COPnoFlCt
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol fromValue(int value)
public static MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol[] namedValues()