Class MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a
public static final class MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate extends NamedInteger
UserRate constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
UserRate ::= ENUMERATED { ... , RATE_0_3 (1), RATE_1_2 (2), RATE_2_4 (3), RATE_4_8 (4), RATE_9_6 (5), RATE_12_0 (6), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_RATE_0_3
UserRate constant corresponding to 0.3 kbit/s Recommendation X.1 and V.110.static int
_RATE_1_2
UserRate constant corresponding to 1.2 kbit/s Recommendation X.1 and V.110.static int
_RATE_12_0
UserRate constant corresponding to 12.0 kbit/s transparent (non compliance with X.1 and V.110).static int
_RATE_2_4
UserRate constant corresponding to 2.4 kbit/s Recommendation X.1 and V.110.static int
_RATE_4_8
UserRate constant corresponding to 4.8 kbit/s Recommendation X.1 and V.110.static int
_RATE_9_6
UserRate constant corresponding to 9.6 kbit/s Recommendation X.1 and V.110.static int
MAX_VALUE
Maximum value that a UserRate instance may take (15).static int
MIN_VALUE
Minimum value that a UserRate instance may take (0).static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
RATE_0_3
UserRate constant corresponding to 0.3 kbit/s Recommendation X.1 and V.110.static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
RATE_1_2
UserRate constant corresponding to 1.2 kbit/s Recommendation X.1 and V.110.static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
RATE_12_0
UserRate constant corresponding to 12.0 kbit/s transparent (non compliance with X.1 and V.110).static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
RATE_2_4
UserRate constant corresponding to 2.4 kbit/s Recommendation X.1 and V.110.static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
RATE_4_8
UserRate constant corresponding to 4.8 kbit/s Recommendation X.1 and V.110.static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
RATE_9_6
UserRate constant corresponding to 9.6 kbit/s Recommendation X.1 and V.110.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate
fromValue(int value)
Returns a UserRate for a particular integer value.static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate[]
namedValues()
Returns an array containing all of UserRate'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
-
_RATE_0_3
public static final int _RATE_0_3
UserRate constant corresponding to 0.3 kbit/s Recommendation X.1 and V.110.- See Also:
- Constant Field Values
-
_RATE_1_2
public static final int _RATE_1_2
UserRate constant corresponding to 1.2 kbit/s Recommendation X.1 and V.110.- See Also:
- Constant Field Values
-
_RATE_2_4
public static final int _RATE_2_4
UserRate constant corresponding to 2.4 kbit/s Recommendation X.1 and V.110.- See Also:
- Constant Field Values
-
_RATE_4_8
public static final int _RATE_4_8
UserRate constant corresponding to 4.8 kbit/s Recommendation X.1 and V.110.- See Also:
- Constant Field Values
-
_RATE_9_6
public static final int _RATE_9_6
UserRate constant corresponding to 9.6 kbit/s Recommendation X.1 and V.110.- See Also:
- Constant Field Values
-
_RATE_12_0
public static final int _RATE_12_0
UserRate constant corresponding to 12.0 kbit/s transparent (non compliance with X.1 and V.110).- See Also:
- Constant Field Values
-
RATE_0_3
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate RATE_0_3
UserRate constant corresponding to 0.3 kbit/s Recommendation X.1 and V.110.
-
RATE_1_2
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate RATE_1_2
UserRate constant corresponding to 1.2 kbit/s Recommendation X.1 and V.110.
-
RATE_2_4
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate RATE_2_4
UserRate constant corresponding to 2.4 kbit/s Recommendation X.1 and V.110.
-
RATE_4_8
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate RATE_4_8
UserRate constant corresponding to 4.8 kbit/s Recommendation X.1 and V.110.
-
RATE_9_6
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate RATE_9_6
UserRate constant corresponding to 9.6 kbit/s Recommendation X.1 and V.110.
-
RATE_12_0
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate RATE_12_0
UserRate constant corresponding to 12.0 kbit/s transparent (non compliance with X.1 and V.110).
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a UserRate instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a UserRate instance may take (15).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate fromValue(int value)
Returns a UserRate for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate[] namedValues()
Returns an array containing all of UserRate's named numbers.- Returns:
- a new UserRate[]
-
-