Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
org.corpus_tools.pepper.common.DOCUMENT_STATUS Enum Reference

This Enumeration shows the status of a more or less currently processed document. More...

Public Member Functions

int getValue ()
 Returns the level of the object in level hierarchie. More...
 
String getName ()
 Returns a prosa name of the type. More...
 

Public Attributes

 NOT_STARTED =(0, "NOT_STARTED")
 
 IN_PROGRESS =(1, "IN_PROGRESS")
 
 COMPLETED =(2, "COMPLETED")
 
 DELETED
 
 FAILED =(4, "FAILED")
 

Detailed Description

This Enumeration shows the status of a more or less currently processed document.

The several status act on three levels:

  1. {@value #NOT_STARTED}
  2. {@value #IN_PROGRESS}
    • {@value #COMPLETED} means, mapping was successful
    • {@value #FAILED} means, mapping was not successful and ended with an error
    • {@value #DELETED} means, mapping was successful and Mapped object SDocument or SCorpus was deleted (for instance when merging objects, and no further processing of mapped object is necessary)
Author
Florian Zipser

Member Function Documentation

◆ getName()

String org.corpus_tools.pepper.common.DOCUMENT_STATUS.getName ( )

Returns a prosa name of the type.

Returns
prosa name of the type

◆ getValue()

int org.corpus_tools.pepper.common.DOCUMENT_STATUS.getValue ( )

Returns the level of the object in level hierarchie.

Returns
level

Member Data Documentation

◆ DELETED

org.corpus_tools.pepper.common.DOCUMENT_STATUS.DELETED
Initial value:
=(3,
"DELETED")