it.sistematica.isharedoc.pknet.support
Enum PkNetProcess.Entry.Status
java.lang.Object
java.lang.Enum<PkNetProcess.Entry.Status>
it.sistematica.isharedoc.pknet.support.PkNetProcess.Entry.Status
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PkNetProcess.Entry.Status>
- Enclosing class:
- PkNetProcess.Entry
public static enum PkNetProcess.Entry.Status
- extends java.lang.Enum<PkNetProcess.Entry.Status>
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 |
DA_FIRMARE
public static final PkNetProcess.Entry.Status DA_FIRMARE
FIRMATO
public static final PkNetProcess.Entry.Status FIRMATO
ERRORE
public static final PkNetProcess.Entry.Status ERRORE
values
public static PkNetProcess.Entry.Status[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PkNetProcess.Entry.Status c : PkNetProcess.Entry.Status.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PkNetProcess.Entry.Status valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null