public enum ScreenSubSchemaValues extends java.lang.Enum<ScreenSubSchemaValues>
List of subschemas. Logical Characteristics.
Enum Constant and Description |
---|
_0 |
_1 |
_2 |
_3 |
_4 |
_5 |
_6 |
_7 |
_8 |
_9 |
NONE |
Modifier and Type | Method and Description |
---|---|
static ScreenSubSchemaValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScreenSubSchemaValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScreenSubSchemaValues _0
Subschema 10.
public static final ScreenSubSchemaValues _1
Subschema 1.
public static final ScreenSubSchemaValues _2
Subschema 2.
For organization V, secondary access keys to indexed files.
public static final ScreenSubSchemaValues _3
Subschema 3.
For organization V, it indicates that secondary access key to indexed files is DUPLICATED.
public static final ScreenSubSchemaValues _4
Subschema 4.
public static final ScreenSubSchemaValues _5
Subschema 5.
public static final ScreenSubSchemaValues _6
Subschema 6.
public static final ScreenSubSchemaValues _7
Subschema 7.
public static final ScreenSubSchemaValues _8
Subschema 8.
public static final ScreenSubSchemaValues _9
Subschema 9.
public static final ScreenSubSchemaValues NONE
No subschema selected. All the data elements are selected.
public static ScreenSubSchemaValues valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ScreenSubSchemaValues[] values()
for (ScreenSubSchemaValues c : ScreenSubSchemaValues.values()) System.out.println(c);