|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ScreenSubSchemaValues>
com.ibm.pdp.maf.rpp.pac.common.dialog.ScreenSubSchemaValues
public enum ScreenSubSchemaValues
List of subschemas. Logical Characteristics.
| Enum Constant Summary | |
|---|---|
_0
Subschema 10. |
|
_1
Subschema 1. |
|
_2
Subschema 2. |
|
_3
Subschema 3. |
|
_4
Subschema 4. |
|
_5
Subschema 5. |
|
_6
Subschema 6. |
|
_7
Subschema 7. |
|
_8
Subschema 8. |
|
_9
Subschema 9. |
|
NONE
No subschema selected. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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.
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is nullpublic static ScreenSubSchemaValues[] values()
for (ScreenSubSchemaValues c : ScreenSubSchemaValues.values()) System.out.println(c);
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||