public static final class MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Structure ::= ENUMERATED { SDU_INTEGRITY (0), ... UNSTRUCTURED (3) }
Modifier and Type | Field and Description |
---|---|
static int |
_SDU_INTEGRITY
DataProtocol Structure constant corresponding to service data unit integrity.
|
static int |
_UNSTRUCTURED
DataProtocol Structure constant corresponding to unstructured.
|
static int |
MAX_VALUE
Maximum value that a Structure instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a Structure instance may take (0).
|
static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure |
SDU_INTEGRITY
DataProtocol Structure constant corresponding to service data unit integrity.
|
static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure |
UNSTRUCTURED
DataProtocol Structure constant corresponding to unstructured.
|
Modifier and Type | Method and Description |
---|---|
static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure |
fromValue(int value)
Returns a Structure for a particular integer value.
|
static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure[] |
namedValues()
Returns an array containing all of Structure's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _SDU_INTEGRITY
public static final int _UNSTRUCTURED
public static final MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure SDU_INTEGRITY
public static final MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure UNSTRUCTURED
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure fromValue(int value)
public static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure[] namedValues()