public static final class MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
AsymmetryIndication ::= ENUMERATED { SYMMETRY_PREFERRED (0), DOWNLINK_PREFERRED (1), UPLINK_PREFERRED (2), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_DOWNLINK_PREFERRED
AsymmetryIndication constant corresponding to downlink biased channel coding asymmetry is preferred.
|
static int |
_SYMMETRY_PREFERRED
AsymmetryIndication constant corresponding to channel coding symmetry preferred.
|
static int |
_UPLINK_PREFERRED
AsymmetryIndication constant corresponding to uplink biased channel coding asymmetry is preferred.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication |
DOWNLINK_PREFERRED
AsymmetryIndication constant corresponding to downlink biased channel coding asymmetry is preferred.
|
static int |
MAX_VALUE
Maximum value that a AsymmetryIndication instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a AsymmetryIndication instance may take (0).
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication |
SYMMETRY_PREFERRED
AsymmetryIndication constant corresponding to channel coding symmetry preferred.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication |
UPLINK_PREFERRED
AsymmetryIndication constant corresponding to uplink biased channel coding asymmetry is preferred.
|
Modifier and Type | Method and Description |
---|---|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication |
fromValue(int value)
Returns a AsymmetryIndication for a particular integer value.
|
static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication[] |
namedValues()
Returns an array containing all of AsymmetryIndication's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _SYMMETRY_PREFERRED
public static final int _DOWNLINK_PREFERRED
public static final int _UPLINK_PREFERRED
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication SYMMETRY_PREFERRED
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication DOWNLINK_PREFERRED
public static final MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication UPLINK_PREFERRED
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication fromValue(int value)
public static MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication[] namedValues()