public static enum DataProcessor.ProcessorStatus extends Enum<DataProcessor.ProcessorStatus>
Enum Constant and Description |
---|
ERROR |
ERROR_TOO_LONG_PROCESS |
ERROR_TOO_MANY_DOCUMENTS |
SUCCESS |
Modifier and Type | Method and Description |
---|---|
static DataProcessor.ProcessorStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProcessor.ProcessorStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataProcessor.ProcessorStatus SUCCESS
public static final DataProcessor.ProcessorStatus ERROR_TOO_MANY_DOCUMENTS
public static final DataProcessor.ProcessorStatus ERROR_TOO_LONG_PROCESS
public static final DataProcessor.ProcessorStatus ERROR
public static DataProcessor.ProcessorStatus[] values()
for (DataProcessor.ProcessorStatus c : DataProcessor.ProcessorStatus.values()) System.out.println(c);
public static DataProcessor.ProcessorStatus 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 © 2015 Nuxeo SA. All rights reserved.