public static final class MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
IntermediateRate ::= ENUMERATED { ... , RATE_8 (2), RATE_16 (3) }
Modifier and Type | Field and Description |
---|---|
static int |
_RATE_16
IntermediateRate corresponding to 16kbits/s.
|
static int |
_RATE_8
IntermediateRate corresponding to 8kbits/s.
|
static int |
MAX_VALUE
Maximum value that a IntermediateRate instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a IntermediateRate instance may take (0).
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate |
RATE_16
IntermediateRate corresponding to 16kbits/s.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate |
RATE_8
IntermediateRate corresponding to 8kbits/s.
|
Modifier and Type | Method and Description |
---|---|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate |
fromValue(int value)
Returns a IntermediateRate for a particular integer value.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate[] |
namedValues()
Returns an array containing all of IntermediateRate's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _RATE_8
public static final int _RATE_16
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate RATE_8
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate RATE_16
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate fromValue(int value)
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate[] namedValues()