protected static enum AbstractUploadField.UploadStatus extends Enum<AbstractUploadField.UploadStatus>
Modifier and Type | Method and Description |
---|---|
static AbstractUploadField.UploadStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractUploadField.UploadStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractUploadField.UploadStatus READY
public static final AbstractUploadField.UploadStatus UPLOADING
public static final AbstractUploadField.UploadStatus FINISHED
public static AbstractUploadField.UploadStatus[] values()
for (AbstractUploadField.UploadStatus c : AbstractUploadField.UploadStatus.values()) System.out.println(c);
public static AbstractUploadField.UploadStatus 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 © 2020 Magnolia International Ltd.. All rights reserved.