public enum DOCUMENT_STATUS extends Enum<DOCUMENT_STATUS>
SDocument or SCorpus was deleted (for instance when merging
objects, and no further processing of mapped object is necessary)| Enum Constant and Description |
|---|
COMPLETED |
DELETED |
FAILED |
IN_PROGRESS |
NOT_STARTED |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns a prosa name of the type
|
int |
getValue()
Returns the level of the object in level hierarchie.
|
static DOCUMENT_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DOCUMENT_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DOCUMENT_STATUS NOT_STARTED
public static final DOCUMENT_STATUS IN_PROGRESS
public static final DOCUMENT_STATUS COMPLETED
public static final DOCUMENT_STATUS DELETED
public static final DOCUMENT_STATUS FAILED
public static DOCUMENT_STATUS[] values()
for (DOCUMENT_STATUS c : DOCUMENT_STATUS.values()) System.out.println(c);
public static DOCUMENT_STATUS 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 nullpublic int getValue()
public String getName()
Copyright © 2009–2018 Humboldt-Universität zu Berlin, INRIA. All rights reserved.