public static final class BearerCapability.ITU_T.TransferMode extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
TransferMode ::= ENUMERATED { CIRCUIT (0), PACKET, (1), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_CIRCUIT
ITU-T Information Transfer Mode constant corresponding to circuit mode.
|
static int |
_PACKET
ITU-T Information Transfer Mode constant corresponding to packet mode.
|
static BearerCapability.ITU_T.TransferMode |
CIRCUIT
ITU-T Information Transfer Mode constant corresponding to circuit mode.
|
static int |
MAX_VALUE
Maximum value that a TransferMode instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a TransferMode instance may take (0).
|
static BearerCapability.ITU_T.TransferMode |
PACKET
ITU-T Information Transfer Mode constant corresponding to packet mode.
|
Modifier and Type | Method and Description |
---|---|
static BearerCapability.ITU_T.TransferMode |
fromValue(int value)
Returns a TransferMode for a particular integer value.
|
static BearerCapability.ITU_T.TransferMode[] |
namedValues()
Returns an array containing all of TransferMode's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _CIRCUIT
public static final int _PACKET
public static final BearerCapability.ITU_T.TransferMode CIRCUIT
public static final BearerCapability.ITU_T.TransferMode PACKET
public static final int MIN_VALUE
public static final int MAX_VALUE
public static BearerCapability.ITU_T.TransferMode fromValue(int value)
public static BearerCapability.ITU_T.TransferMode[] namedValues()