|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ImportStatus>
org.gcube.portlets.admin.software_upload_wizard.shared.ImportStatus
public enum ImportStatus
| Enum Constant Summary | |
|---|---|
CHECKING
When the import parameters are under checking. |
|
COMPLETED
When the import is completed. |
|
CONFIGURING
When the user is setting the import parameters |
|
CREATED
When the GUI ask for a ticket |
|
FAILED
When the import is failed. |
|
IMPORTING
When the service is importing the csv lines. |
|
TRANSMITTING
When the file is sent to the service. |
|
UPLOAD_COMPLETE
When the upload is completed. |
|
UPLOADING
When the browser is sending the file |
|
| Method Summary | |
|---|---|
static ImportStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImportStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ImportStatus CREATED
public static final ImportStatus UPLOADING
public static final ImportStatus UPLOAD_COMPLETE
public static final ImportStatus CONFIGURING
public static final ImportStatus CHECKING
public static final ImportStatus TRANSMITTING
public static final ImportStatus IMPORTING
public static final ImportStatus COMPLETED
public static final ImportStatus FAILED
| Method Detail |
|---|
public static ImportStatus[] values()
for (ImportStatus c : ImportStatus.values()) System.out.println(c);
public static ImportStatus valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||