public static final class MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Layer1Protocol ::= ENUMERATED { DEFAULT (0), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_DEFAULT
User Information Layer 1 Protocol constant corresponding to default layer 1 protocol.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol |
DEFAULT
User Information Layer 1 Protocol constant corresponding to default layer 1 protocol.
|
static int |
MAX_VALUE
Maximum value that a Layer1Protocol instance may take (15).
|
static int |
MIN_VALUE
Minimum value that a Layer1Protocol instance may take (0).
|
Modifier and Type | Method and Description |
---|---|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol |
fromValue(int value)
Returns a Layer1Protocol for a particular integer value.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol[] |
namedValues()
Returns an array containing all of Layer1Protocol's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _DEFAULT
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol DEFAULT
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol fromValue(int value)
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol[] namedValues()