Class MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MSBearerCapability.GSM.Content.NonSpeech.Access.O5a
public static final class MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption extends NamedInteger
OtherRateAdaption constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
OtherRateAdaption ::= ENUMERATED { V120 (0), H223_H245 (1), PIAFS (2), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_H223_H245
OtherRateAdaption constant corresponding to H.223 & H.245.static int
_PIAFS
OtherRateAdaption constant corresponding to PIAFS.static int
_V120
OtherRateAdaption constant corresponding to V.120.static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption
H223_H245
OtherRateAdaption constant corresponding to H.223 & H.245.static int
MAX_VALUE
Maximum value that a OtherRateAdaption instance may take (3).static int
MIN_VALUE
Minimum value that a OtherRateAdaption instance may take (0).static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption
PIAFS
OtherRateAdaption constant corresponding to PIAFS.static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption
V120
OtherRateAdaption constant corresponding to V.120.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption
fromValue(int value)
Returns a OtherRateAdaption for a particular integer value.static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption[]
namedValues()
Returns an array containing all of OtherRateAdaption'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
-
_V120
public static final int _V120
OtherRateAdaption constant corresponding to V.120.- See Also:
- Constant Field Values
-
_H223_H245
public static final int _H223_H245
OtherRateAdaption constant corresponding to H.223 & H.245.- See Also:
- Constant Field Values
-
_PIAFS
public static final int _PIAFS
OtherRateAdaption constant corresponding to PIAFS.- See Also:
- Constant Field Values
-
V120
public static final MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption V120
OtherRateAdaption constant corresponding to V.120.
-
H223_H245
public static final MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption H223_H245
OtherRateAdaption constant corresponding to H.223 & H.245.
-
PIAFS
public static final MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption PIAFS
OtherRateAdaption constant corresponding to PIAFS.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a OtherRateAdaption instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a OtherRateAdaption instance may take (3).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption fromValue(int value)
Returns a OtherRateAdaption for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption[] namedValues()
Returns an array containing all of OtherRateAdaption's named numbers.- Returns:
- a new OtherRateAdaption[]
-
-