public static final class MSClassmark.MSClassmark1.RFPowerCapability extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
RFPowerCapability ::= ENUMERATED { CLASS_1 (0), CLASS_2 (1), CLASS_3 (2), CLASS_4 (3), CLASS_5 (4), IRRELEVANT (7) ... }
Modifier and Type | Field and Description |
---|---|
static int |
_CLASS_1
MSClassmark1 RF Power Capability constant corresponding to class 1.
|
static int |
_CLASS_2
MSClassmark1 RF Power Capability constant corresponding to class 2.
|
static int |
_CLASS_3
MSClassmark1 RF Power Capability constant corresponding to class 3.
|
static int |
_CLASS_4
MSClassmark1 RF Power Capability constant corresponding to class 4.
|
static int |
_CLASS_5
MSClassmark1 RF Power Capability constant corresponding to class 5.
|
static int |
_IRRELEVANT
MSClassmark1 RF Power Capability constant corresponding to irrelevant.
|
static MSClassmark.MSClassmark1.RFPowerCapability |
CLASS_1
MSClassmark1 RF Power Capability constant corresponding to class 1.
|
static MSClassmark.MSClassmark1.RFPowerCapability |
CLASS_2
MSClassmark1 RF Power Capability constant corresponding to class 2.
|
static MSClassmark.MSClassmark1.RFPowerCapability |
CLASS_3
MSClassmark1 RF Power Capability constant corresponding to class 3.
|
static MSClassmark.MSClassmark1.RFPowerCapability |
CLASS_4
MSClassmark1 RF Power Capability constant corresponding to class 4.
|
static MSClassmark.MSClassmark1.RFPowerCapability |
CLASS_5
MSClassmark1 RF Power Capability constant corresponding to class 5.
|
static MSClassmark.MSClassmark1.RFPowerCapability |
IRRELEVANT
MSClassmark1 RF Power Capability constant corresponding to irrelevant.
|
static int |
MAX_VALUE
Maximum value that a RFPowerCapability instance may take (7).
|
static int |
MIN_VALUE
Minimum value that a RFPowerCapability instance may take (0).
|
Modifier and Type | Method and Description |
---|---|
static MSClassmark.MSClassmark1.RFPowerCapability |
fromValue(int value)
Returns a RFPowerCapability for a particular integer value.
|
static MSClassmark.MSClassmark1.RFPowerCapability[] |
namedValues()
Returns an array containing all of RFPowerCapability's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _CLASS_1
public static final int _CLASS_2
public static final int _CLASS_3
public static final int _CLASS_4
public static final int _CLASS_5
public static final int _IRRELEVANT
public static final MSClassmark.MSClassmark1.RFPowerCapability CLASS_1
public static final MSClassmark.MSClassmark1.RFPowerCapability CLASS_2
public static final MSClassmark.MSClassmark1.RFPowerCapability CLASS_3
public static final MSClassmark.MSClassmark1.RFPowerCapability CLASS_4
public static final MSClassmark.MSClassmark1.RFPowerCapability CLASS_5
public static final MSClassmark.MSClassmark1.RFPowerCapability IRRELEVANT
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSClassmark.MSClassmark1.RFPowerCapability fromValue(int value)
public static MSClassmark.MSClassmark1.RFPowerCapability[] namedValues()