Class MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public static final class MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType extends NamedInteger
OtherModemType constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
OtherModemType ::= ENUMERATED { NO_MODEM_TYPE (0), ... , V_34 (2), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_NOT_APPLICABLE
OtherModemType constant corresponding to no other modem type specified in this field.static int
_V_34
OtherModemType constant corresponding to V_34.static int
MAX_VALUE
Maximum value that a OtherModemType instance may take (3).static int
MIN_VALUE
Minimum value that a OtherModemType instance may take (0).static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType
NOT_APPLICABLE
OtherModemType constant corresponding to no other modem type specified in this field.static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType
V_34
OtherModemType constant corresponding to V_34.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType
fromValue(int value)
Returns a OtherModemType for a particular integer value.static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType[]
namedValues()
Returns an array containing all of OtherModemType'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
-
_NOT_APPLICABLE
public static final int _NOT_APPLICABLE
OtherModemType constant corresponding to no other modem type specified in this field.- See Also:
- Constant Field Values
-
_V_34
public static final int _V_34
OtherModemType constant corresponding to V_34.- See Also:
- Constant Field Values
-
NOT_APPLICABLE
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType NOT_APPLICABLE
OtherModemType constant corresponding to no other modem type specified in this field.
-
V_34
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType V_34
OtherModemType constant corresponding to V_34.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a OtherModemType instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a OtherModemType instance may take (3).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType fromValue(int value)
Returns a OtherModemType for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType[] namedValues()
Returns an array containing all of OtherModemType's named numbers.- Returns:
- a new OtherModemType[]
-
-