public enum ProcessingMethodTable extends Enum<ProcessingMethodTable>
Enum Constant and Description |
---|
DATA_PROCESSING_ID |
ID |
NUMBER |
PARAM_TREE |
SHARED_PARAM_TREE_ID |
SOFTWARE_ID |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ProcessingMethodTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingMethodTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingMethodTable ID
public static final ProcessingMethodTable NUMBER
public static final ProcessingMethodTable PARAM_TREE
public static final ProcessingMethodTable SHARED_PARAM_TREE_ID
public static final ProcessingMethodTable DATA_PROCESSING_ID
public static final ProcessingMethodTable SOFTWARE_ID
public static String tableName
public static ProcessingMethodTable[] values()
for (ProcessingMethodTable c : ProcessingMethodTable.values()) System.out.println(c);
public static ProcessingMethodTable valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2019. All rights reserved.