Class BearerCapability.ITU_T.Layer2Protocol
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer2Protocol
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- BearerCapability.ITU_T
public static final class BearerCapability.ITU_T.Layer2Protocol extends NamedInteger
ITU-T User Information Layer 2 Protocol constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
Layer2Protocol ::= ENUMERATED { ... , Q921_I441 (2), ... , X25 (6), ... , ISO_IEC_8802 (12), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ISO_IEC_8802
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.static int
_Q921_I441
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.static int
_X25
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.static BearerCapability.ITU_T.Layer2Protocol
ISO_IEC_8802
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.static int
MAX_VALUE
Maximum value that a Layer2Protocol instance may take (31).static int
MIN_VALUE
Minimum value that a Layer2Protocol instance may take (0).static BearerCapability.ITU_T.Layer2Protocol
Q921_I441
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.static BearerCapability.ITU_T.Layer2Protocol
X25
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BearerCapability.ITU_T.Layer2Protocol
fromValue(int value)
Returns a Layer2Protocol for a particular integer value.static BearerCapability.ITU_T.Layer2Protocol[]
namedValues()
Returns an array containing all of Layer2Protocol's named numbers.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_Q921_I441
public static final int _Q921_I441
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.- See Also:
- Constant Field Values
-
_X25
public static final int _X25
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.- See Also:
- Constant Field Values
-
_ISO_IEC_8802
public static final int _ISO_IEC_8802
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.- See Also:
- Constant Field Values
-
Q921_I441
public static final BearerCapability.ITU_T.Layer2Protocol Q921_I441
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.
-
X25
public static final BearerCapability.ITU_T.Layer2Protocol X25
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.
-
ISO_IEC_8802
public static final BearerCapability.ITU_T.Layer2Protocol ISO_IEC_8802
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a Layer2Protocol instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a Layer2Protocol instance may take (31).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static BearerCapability.ITU_T.Layer2Protocol fromValue(int value)
Returns a Layer2Protocol for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static BearerCapability.ITU_T.Layer2Protocol[] namedValues()
Returns an array containing all of Layer2Protocol's named numbers.- Returns:
- a new Layer2Protocol[]
-
-