Class MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MSBearerCapability.GSM.Content.NonSpeech
public static final class MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol extends NamedInteger
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 { ... , ISO_6429 (8), ... , VIDEOTEX_PROF1 (10), ... , COPnoFlCt (12), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_COPnoFlCt
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.static int
_ISO_6429
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.static int
_VIDEOTEX_PROF1
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.static MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol
COPnoFlCt
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.static MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol
ISO_6429
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.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 MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol
VIDEOTEX_PROF1
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 MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol
fromValue(int value)
Returns a Layer2Protocol for a particular integer value.static MSBearerCapability.GSM.Content.NonSpeech.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
-
_ISO_6429
public static final int _ISO_6429
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.- See Also:
- Constant Field Values
-
_VIDEOTEX_PROF1
public static final int _VIDEOTEX_PROF1
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.- See Also:
- Constant Field Values
-
_COPnoFlCt
public static final int _COPnoFlCt
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.- See Also:
- Constant Field Values
-
ISO_6429
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol ISO_6429
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.
-
VIDEOTEX_PROF1
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol VIDEOTEX_PROF1
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.
-
COPnoFlCt
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol COPnoFlCt
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 MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol fromValue(int value)
Returns a Layer2Protocol for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol[] namedValues()
Returns an array containing all of Layer2Protocol's named numbers.- Returns:
- a new Layer2Protocol[]
-
-