Class BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- BearerCapability.ITU_T.Layer1Capability
public static final class BearerCapability.ITU_T.Layer1Capability.Layer1Protocol extends NamedInteger
ITU-T User Information Layer 1 Protocol constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
Layer1Protocol ::= ENUMERATED { ... , V110_I460_X30 (1), G711_MU_LAW (2), G711_A_LAW (3), G721_I460 (4), H221_H242 (5), H223_H245 (6), NON_ITU_STANDARDISED (7), V120 (8), X31 (9), G728_LD_CELP (10), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_G711_A_LAW
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 A-law.static int
_G711_MU_LAW
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 μ-law.static int
_G721_I460
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.721 32kbit/s ADPCM and Recommendation I.460.static int
_G728_LD_CELP
ISO/IEC User Information Layer 1 Protocol constant corresponding to ISO/IEC standardised Low-Delay Code Excited Linear Prediction.static int
_H221_H242
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.221 and H.242.static int
_H223_H245
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.223 and H.245.static int
_NON_ITU_STANDARDISED
ITU-T User Information Layer 1 Protocol constant corresponding to non-ITU-T standardised rate adaption.static int
_V110_I460_X30
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.110, I.460, and X.30.static int
_V120
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.120.static int
_X31
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption X.31 HDLC flag stuffing.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
G711_A_LAW
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 A-law.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
G711_MU_LAW
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 μ-law.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
G721_I460
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.721 32kbit/s ADPCM and Recommendation I.460.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
G728_LD_CELP
ISO/IEC User Information Layer 1 Protocol constant corresponding to ISO/IEC standardised Low-Delay Code Excited Linear Prediction.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
H221_H242
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.221 and H.242.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
H223_H245
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.223 and H.245.static int
MAX_VALUE
Maximum value that a Layer1Protocol instance may take (31).static int
MIN_VALUE
Minimum value that a Layer1Protocol instance may take (0).static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
NON_ITU_STANDARDISED
ITU-T User Information Layer 1 Protocol constant corresponding to non-ITU-T standardised rate adaption.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
V110_I460_X30
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.110, I.460, and X.30.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
V120
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.120.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
X31
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption X.31 HDLC flag stuffing.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol
fromValue(int value)
Returns a Layer1Protocol for a particular integer value.static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol[]
namedValues()
Returns an array containing all of Layer1Protocol'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
-
_V110_I460_X30
public static final int _V110_I460_X30
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.110, I.460, and X.30.- See Also:
- Constant Field Values
-
_G711_MU_LAW
public static final int _G711_MU_LAW
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 μ-law.- See Also:
- Constant Field Values
-
_G711_A_LAW
public static final int _G711_A_LAW
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 A-law.- See Also:
- Constant Field Values
-
_G721_I460
public static final int _G721_I460
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.721 32kbit/s ADPCM and Recommendation I.460.- See Also:
- Constant Field Values
-
_H221_H242
public static final int _H221_H242
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.221 and H.242.- See Also:
- Constant Field Values
-
_H223_H245
public static final int _H223_H245
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.223 and H.245.- See Also:
- Constant Field Values
-
_NON_ITU_STANDARDISED
public static final int _NON_ITU_STANDARDISED
ITU-T User Information Layer 1 Protocol constant corresponding to non-ITU-T standardised rate adaption.- See Also:
- Constant Field Values
-
_V120
public static final int _V120
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.120.- See Also:
- Constant Field Values
-
_X31
public static final int _X31
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption X.31 HDLC flag stuffing.- See Also:
- Constant Field Values
-
_G728_LD_CELP
public static final int _G728_LD_CELP
ISO/IEC User Information Layer 1 Protocol constant corresponding to ISO/IEC standardised Low-Delay Code Excited Linear Prediction.- See Also:
- Constant Field Values
-
V110_I460_X30
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol V110_I460_X30
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.110, I.460, and X.30.
-
G711_MU_LAW
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol G711_MU_LAW
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 μ-law.
-
G711_A_LAW
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol G711_A_LAW
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.711 A-law.
-
G721_I460
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol G721_I460
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendation G.721 32kbit/s ADPCM and Recommendation I.460.
-
H221_H242
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol H221_H242
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.221 and H.242.
-
H223_H245
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol H223_H245
ITU-T User Information Layer 1 Protocol constant corresponding to Recommendations H.223 and H.245.
-
NON_ITU_STANDARDISED
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol NON_ITU_STANDARDISED
ITU-T User Information Layer 1 Protocol constant corresponding to non-ITU-T standardised rate adaption.
-
V120
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol V120
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption V.120.
-
X31
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol X31
ITU-T User Information Layer 1 Protocol constant corresponding to ITU-T standardised rate adaption X.31 HDLC flag stuffing.
-
G728_LD_CELP
public static final BearerCapability.ITU_T.Layer1Capability.Layer1Protocol G728_LD_CELP
ISO/IEC User Information Layer 1 Protocol constant corresponding to ISO/IEC standardised Low-Delay Code Excited Linear Prediction.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a Layer1Protocol instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a Layer1Protocol instance may take (31).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol fromValue(int value)
Returns a Layer1Protocol for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static BearerCapability.ITU_T.Layer1Capability.Layer1Protocol[] namedValues()
Returns an array containing all of Layer1Protocol's named numbers.- Returns:
- a new Layer1Protocol[]
-
-