public static enum TTeradataMultiLoadCmd.EMultiLoadCmdType extends Enum<TTeradataMultiLoadCmd.EMultiLoadCmdType>
| Enum Constant and Description |
|---|
EXPORT |
FIELD |
IMPORT |
LAYOUT |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static TTeradataMultiLoadCmd.EMultiLoadCmdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TTeradataMultiLoadCmd.EMultiLoadCmdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TTeradataMultiLoadCmd.EMultiLoadCmdType UNKNOWN
public static final TTeradataMultiLoadCmd.EMultiLoadCmdType LAYOUT
public static final TTeradataMultiLoadCmd.EMultiLoadCmdType IMPORT
public static final TTeradataMultiLoadCmd.EMultiLoadCmdType EXPORT
public static final TTeradataMultiLoadCmd.EMultiLoadCmdType FIELD
public static TTeradataMultiLoadCmd.EMultiLoadCmdType[] values()
for (TTeradataMultiLoadCmd.EMultiLoadCmdType c : TTeradataMultiLoadCmd.EMultiLoadCmdType.values()) System.out.println(c);
public static TTeradataMultiLoadCmd.EMultiLoadCmdType 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 null