|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StatusZipEnum>
fr.paris.lutece.plugins.directory.modules.pdfproducerarchive.utils.StatusZipEnum
public enum StatusZipEnum
StatusZipEnum
Enum Constant Summary | |
---|---|
FAILED
|
|
FINISHED
|
|
IN_PROGRESS
|
|
PENDING
|
Method Summary | |
---|---|
String |
getId()
Get the id |
String |
toString()
To String |
static StatusZipEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatusZipEnum[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StatusZipEnum PENDING
public static final StatusZipEnum IN_PROGRESS
public static final StatusZipEnum FINISHED
public static final StatusZipEnum FAILED
Method Detail |
---|
public static StatusZipEnum[] values()
for (StatusZipEnum c : StatusZipEnum.values()) System.out.println(c);
public static StatusZipEnum 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 nullpublic String getId()
public String toString()
toString
in class Enum<StatusZipEnum>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |