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