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