public static enum TableInputMetaInjection.Entry extends Enum<TableInputMetaInjection.Entry> implements StepMetaInjectionEntryInterface
| Enum Constant and Description | 
|---|
EXECUTE_FOR_EACH_ROW  | 
LAZY_CONVERSION  | 
LIMIT  | 
REPLACE_VARIABLES  | 
SQL  | 
| Modifier and Type | Method and Description | 
|---|---|
static TableInputMetaInjection.Entry | 
findEntry(String key)  | 
String | 
getDescription()  | 
int | 
getValueType()  | 
static TableInputMetaInjection.Entry | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TableInputMetaInjection.Entry[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final TableInputMetaInjection.Entry SQL
public static final TableInputMetaInjection.Entry LAZY_CONVERSION
public static final TableInputMetaInjection.Entry REPLACE_VARIABLES
public static final TableInputMetaInjection.Entry EXECUTE_FOR_EACH_ROW
public static final TableInputMetaInjection.Entry LIMIT
public static TableInputMetaInjection.Entry[] values()
for (TableInputMetaInjection.Entry c : TableInputMetaInjection.Entry.values()) System.out.println(c);
public static TableInputMetaInjection.Entry 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 int getValueType()
getValueType in interface StepMetaInjectionEntryInterfacepublic String getDescription()
getDescription in interface StepMetaInjectionEntryInterfacepublic static TableInputMetaInjection.Entry findEntry(String key)