protected static enum InputFileBase.InputFilePropertyKeys extends Enum<InputFileBase.InputFilePropertyKeys>
| Enum Constant and Description |
|---|
auto |
fileUploadListener |
multiple |
| Modifier and Type | Method and Description |
|---|---|
static InputFileBase.InputFilePropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputFileBase.InputFilePropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputFileBase.InputFilePropertyKeys auto
public static final InputFileBase.InputFilePropertyKeys fileUploadListener
public static final InputFileBase.InputFilePropertyKeys multiple
public static InputFileBase.InputFilePropertyKeys[] values()
for (InputFileBase.InputFilePropertyKeys c : InputFileBase.InputFilePropertyKeys.values()) System.out.println(c);
public static InputFileBase.InputFilePropertyKeys 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 © 2016 Liferay, Inc. All rights reserved.