public static final class MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
NIRR ::= ENUMERATED { ... , REQUESTED (1) }
Modifier and Type | Field and Description |
---|---|
static int |
_REQUESTED
DataProtocol NIRR constant corresponding to Data up to and including 4.8 kb/s, full rate, non-transparent, 6 kb/s radio interface rate is requested.
|
static int |
MAX_VALUE
Maximum value that a NIRR instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a NIRR instance may take (0).
|
static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR |
REQUESTED
DataProtocol NIRR constant corresponding to Data up to and including 4.8 kb/s, full rate, non-transparent, 6 kb/s radio interface rate is requested.
|
Modifier and Type | Method and Description |
---|---|
static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR |
fromValue(int value)
Returns a NIRR for a particular integer value.
|
static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR[] |
namedValues()
Returns an array containing all of NIRR's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _REQUESTED
public static final MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR REQUESTED
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR fromValue(int value)
public static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR[] namedValues()