public static enum ClassificationService.CLASSIFY_STATE extends Enum<ClassificationService.CLASSIFY_STATE>
Enum Constant and Description |
---|
ALREADY_CLASSIFIED |
CLASSIFIED |
INVALID |
Modifier and Type | Method and Description |
---|---|
static ClassificationService.CLASSIFY_STATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationService.CLASSIFY_STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassificationService.CLASSIFY_STATE CLASSIFIED
public static final ClassificationService.CLASSIFY_STATE INVALID
public static final ClassificationService.CLASSIFY_STATE ALREADY_CLASSIFIED
public static ClassificationService.CLASSIFY_STATE[] values()
for (ClassificationService.CLASSIFY_STATE c : ClassificationService.CLASSIFY_STATE.values()) System.out.println(c);
public static ClassificationService.CLASSIFY_STATE 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 © 2013 Nuxeo SA. All Rights Reserved.