public static final class BearerCapability.ITU_T.Layer3Capability.Layer3Protocol extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Layer3Protocol ::= ENUMERATED { ... , Q931 (2), ... , X25 (6), ... , ISO_IEC_TR_9577 (11), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_ISO_IEC_TR_9577
ITU-T User Information Layer 3 Protocol constant corresponding to ISO/IEC TR 9577 (Protocol identification in the network layer).
|
static int |
_Q931
ITU-T User Information Layer 3 Protocol constant corresponding to Recommendation Q.931.
|
static int |
_X25
ITU-T User Information Layer 3 Protocol constant corresponding to Recommendation X.25, packet layer.
|
static BearerCapability.ITU_T.Layer3Capability.Layer3Protocol |
ISO_IEC_TR_9577
ITU-T User Information Layer 3 Protocol constant corresponding to ISO/IEC TR 9577 (Protocol identification in the network layer).
|
static int |
MAX_VALUE
Maximum value that a Layer3Protocol instance may take (31).
|
static int |
MIN_VALUE
Minimum value that a Layer3Protocol instance may take (0).
|
static BearerCapability.ITU_T.Layer3Capability.Layer3Protocol |
Q931
ITU-T User Information Layer 3 Protocol constant corresponding to Recommendation Q.931.
|
static BearerCapability.ITU_T.Layer3Capability.Layer3Protocol |
X25
ITU-T User Information Layer 3 Protocol constant corresponding to Recommendation X.25, packet layer.
|
Modifier and Type | Method and Description |
---|---|
static BearerCapability.ITU_T.Layer3Capability.Layer3Protocol |
fromValue(int value)
Returns a Layer3Protocol for a particular integer value.
|
static BearerCapability.ITU_T.Layer3Capability.Layer3Protocol[] |
namedValues()
Returns an array containing all of Layer3Protocol's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _Q931
public static final int _X25
public static final int _ISO_IEC_TR_9577
public static final BearerCapability.ITU_T.Layer3Capability.Layer3Protocol Q931
public static final BearerCapability.ITU_T.Layer3Capability.Layer3Protocol X25
public static final BearerCapability.ITU_T.Layer3Capability.Layer3Protocol ISO_IEC_TR_9577
public static final int MIN_VALUE
public static final int MAX_VALUE
public static BearerCapability.ITU_T.Layer3Capability.Layer3Protocol fromValue(int value)
public static BearerCapability.ITU_T.Layer3Capability.Layer3Protocol[] namedValues()