Class MSBearerCapability.GSM.RadioChannelReq
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.RadioChannelReq
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MSBearerCapability.GSM
public static final class MSBearerCapability.GSM.RadioChannelReq extends NamedInteger
MSBearerCapability Radio channel requirement constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
RadioChannelReq ::= ENUMERATED { ... , FULL_RATE (1), DUAL_RATE_HALF_PREFERRED (2), DUAL_RATE_FULL_PREFERRED (3) }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DUAL_RATE_FULL_PREFERRED
Radio channel requirement constant dual rate support MS/full rate preferred.static int
_DUAL_RATE_HALF_PREFERRED
Radio channel requirement constant dual rate support MS/half rate preferred.static int
_FULL_RATE
Radio channel requirement constant full rate support.static MSBearerCapability.GSM.RadioChannelReq
DUAL_RATE_FULL_PREFERRED
Radio channel requirement constant dual rate support MS/full rate preferred.static MSBearerCapability.GSM.RadioChannelReq
DUAL_RATE_HALF_PREFERRED
Radio channel requirement constant dual rate support MS/half rate preferred.static MSBearerCapability.GSM.RadioChannelReq
FULL_RATE
Radio channel requirement constant full rate support.static int
MAX_VALUE
Maximum value that a RadioChannelReq instance may take (3).static int
MIN_VALUE
Minimum value that a RadioChannelReq instance may take (0).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MSBearerCapability.GSM.RadioChannelReq
fromValue(int value)
Returns a RadioChannelReq for a particular integer value.static MSBearerCapability.GSM.RadioChannelReq[]
namedValues()
Returns an array containing all of RadioChannelReq'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
-
_FULL_RATE
public static final int _FULL_RATE
Radio channel requirement constant full rate support.- See Also:
- Constant Field Values
-
_DUAL_RATE_HALF_PREFERRED
public static final int _DUAL_RATE_HALF_PREFERRED
Radio channel requirement constant dual rate support MS/half rate preferred.- See Also:
- Constant Field Values
-
_DUAL_RATE_FULL_PREFERRED
public static final int _DUAL_RATE_FULL_PREFERRED
Radio channel requirement constant dual rate support MS/full rate preferred.- See Also:
- Constant Field Values
-
FULL_RATE
public static final MSBearerCapability.GSM.RadioChannelReq FULL_RATE
Radio channel requirement constant full rate support.
-
DUAL_RATE_HALF_PREFERRED
public static final MSBearerCapability.GSM.RadioChannelReq DUAL_RATE_HALF_PREFERRED
Radio channel requirement constant dual rate support MS/half rate preferred.
-
DUAL_RATE_FULL_PREFERRED
public static final MSBearerCapability.GSM.RadioChannelReq DUAL_RATE_FULL_PREFERRED
Radio channel requirement constant dual rate support MS/full rate preferred.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a RadioChannelReq instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a RadioChannelReq instance may take (3).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static MSBearerCapability.GSM.RadioChannelReq fromValue(int value)
Returns a RadioChannelReq for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static MSBearerCapability.GSM.RadioChannelReq[] namedValues()
Returns an array containing all of RadioChannelReq's named numbers.- Returns:
- a new RadioChannelReq[]
-
-