Class MSClassmark.MSClassmark2.RevisionLevel
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark2.RevisionLevel
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MSClassmark.MSClassmark2
public static final class MSClassmark.MSClassmark2.RevisionLevel extends NamedInteger
MSClassmark2 Revision Level constants.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), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_PHASE_1
public static final int _PHASE_1
MSClassmark2 Revision Level constant corresponding to reserved for phase 1.- See Also:
- Constant Field Values
-
_PHASE_2
public static final int _PHASE_2
MSClassmark2 Revision Level constant corresponding to used by phase 2 mobile stations.- See Also:
- Constant Field Values
-
_R_99
public static final int _R_99
MSClassmark2 Revision Level constant corresponding to used by mobile stations supporting R99 or later versions of the protocol.- See Also:
- Constant Field Values
-
PHASE_1
public static final MSClassmark.MSClassmark2.RevisionLevel PHASE_1
MSClassmark2 Revision Level constant corresponding to reserved for phase 1.
-
PHASE_2
public static final MSClassmark.MSClassmark2.RevisionLevel PHASE_2
MSClassmark2 Revision Level constant corresponding to used by phase 2 mobile stations.
-
R_99
public static final MSClassmark.MSClassmark2.RevisionLevel R_99
MSClassmark2 Revision Level constant corresponding to used by mobile stations supporting R99 or later versions of the protocol.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a RevisionLevel instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a RevisionLevel instance may take (3).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static MSClassmark.MSClassmark2.RevisionLevel fromValue(int value)
Returns a RevisionLevel for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static MSClassmark.MSClassmark2.RevisionLevel[] namedValues()
Returns an array containing all of RevisionLevel's named numbers.- Returns:
- a new RevisionLevel[]
-
-