protected static enum InputFileBase.InputFilePropertyKeys extends java.lang.Enum<InputFileBase.InputFilePropertyKeys>
| Enum Constant and Description |
|---|
auto |
fileUploadListener |
multiple |
| Modifier and Type | Method and Description |
|---|---|
static InputFileBase.InputFilePropertyKeys |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2020 Liferay, Inc. All Rights Reserved.