public static final class MSClassmark.MSClassmark2.RevisionLevel extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
RevisionLevel ::= ENUMERATED { PHASE_1 (0), PHASE_2 (1), R_99 (2), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_PHASE_1
MSClassmark2 Revision Level constant corresponding to reserved for phase 1.
|
static int |
_PHASE_2
MSClassmark2 Revision Level constant corresponding to used by phase 2 mobile stations.
|
static int |
_R_99
MSClassmark2 Revision Level constant corresponding to used by mobile stations supporting R99 or later versions of the protocol.
|
static int |
MAX_VALUE
Maximum value that a RevisionLevel instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a RevisionLevel instance may take (0).
|
static MSClassmark.MSClassmark2.RevisionLevel |
PHASE_1
MSClassmark2 Revision Level constant corresponding to reserved for phase 1.
|
static MSClassmark.MSClassmark2.RevisionLevel |
PHASE_2
MSClassmark2 Revision Level constant corresponding to used by phase 2 mobile stations.
|
static MSClassmark.MSClassmark2.RevisionLevel |
R_99
MSClassmark2 Revision Level constant corresponding to used by mobile stations supporting R99 or later versions of the protocol.
|
Modifier and Type | Method and Description |
---|---|
static MSClassmark.MSClassmark2.RevisionLevel |
fromValue(int value)
Returns a RevisionLevel for a particular integer value.
|
static MSClassmark.MSClassmark2.RevisionLevel[] |
namedValues()
Returns an array containing all of RevisionLevel's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _PHASE_1
public static final int _PHASE_2
public static final int _R_99
public static final MSClassmark.MSClassmark2.RevisionLevel PHASE_1
public static final MSClassmark.MSClassmark2.RevisionLevel PHASE_2
public static final MSClassmark.MSClassmark2.RevisionLevel R_99
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSClassmark.MSClassmark2.RevisionLevel fromValue(int value)
public static MSClassmark.MSClassmark2.RevisionLevel[] namedValues()