public static enum MachineIndependentFileUploader.FILE_TYPE extends Enum<MachineIndependentFileUploader.FILE_TYPE>
| Enum Constant and Description |
|---|
APPLICATION |
DATA |
TEST |
| Modifier and Type | Method and Description |
|---|---|
static MachineIndependentFileUploader.FILE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachineIndependentFileUploader.FILE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MachineIndependentFileUploader.FILE_TYPE APPLICATION
public static final MachineIndependentFileUploader.FILE_TYPE TEST
public static final MachineIndependentFileUploader.FILE_TYPE DATA
public static MachineIndependentFileUploader.FILE_TYPE[] values()
for (MachineIndependentFileUploader.FILE_TYPE c : MachineIndependentFileUploader.FILE_TYPE.values()) System.out.println(c);
public static MachineIndependentFileUploader.FILE_TYPE 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 nullCopyright © 2004–2017. All rights reserved.