Class MSClassmark.MSClassmark2.SSScreeningIndicator
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark2.SSScreeningIndicator
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- MSClassmark.MSClassmark2
public static final class MSClassmark.MSClassmark2.SSScreeningIndicator extends NamedInteger
MSClassmark2 supplementary service screening indicator constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
SSScreeningIndicator ::= ENUMERATED { PHASE_1 (0), ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING (1), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
supplementary service screening indicator constant corresponding to phase 1.static int
_PHASE_1
supplementary service screening indicator constant corresponding to phase 1.static MSClassmark.MSClassmark2.SSScreeningIndicator
ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
supplementary service screening indicator constant corresponding to phase 1.static int
MAX_VALUE
Maximum value that a SSScreeningIndicator instance may take (3).static int
MIN_VALUE
Minimum value that a SSScreeningIndicator instance may take (0).static MSClassmark.MSClassmark2.SSScreeningIndicator
PHASE_1
supplementary service screening indicator constant corresponding to phase 1.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MSClassmark.MSClassmark2.SSScreeningIndicator
fromValue(int value)
Returns a SSScreeningIndicator for a particular integer value.static MSClassmark.MSClassmark2.SSScreeningIndicator[]
namedValues()
Returns an array containing all of SSScreeningIndicator'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
supplementary service screening indicator constant corresponding to phase 1.- See Also:
- Constant Field Values
-
_ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
public static final int _ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
supplementary service screening indicator constant corresponding to phase 1.- See Also:
- Constant Field Values
-
PHASE_1
public static final MSClassmark.MSClassmark2.SSScreeningIndicator PHASE_1
supplementary service screening indicator constant corresponding to phase 1.
-
ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
public static final MSClassmark.MSClassmark2.SSScreeningIndicator ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
supplementary service screening indicator constant corresponding to phase 1.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a SSScreeningIndicator instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a SSScreeningIndicator instance may take (3).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static MSClassmark.MSClassmark2.SSScreeningIndicator fromValue(int value)
Returns a SSScreeningIndicator for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static MSClassmark.MSClassmark2.SSScreeningIndicator[] namedValues()
Returns an array containing all of SSScreeningIndicator's named numbers.- Returns:
- a new SSScreeningIndicator[]
-
-