public static final class MSClassmark.MSClassmark2.SSScreeningIndicator extends NamedInteger
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), ... }
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _PHASE_1
public static final int _ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
public static final MSClassmark.MSClassmark2.SSScreeningIndicator PHASE_1
public static final MSClassmark.MSClassmark2.SSScreeningIndicator ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSClassmark.MSClassmark2.SSScreeningIndicator fromValue(int value)
public static MSClassmark.MSClassmark2.SSScreeningIndicator[] namedValues()