|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.outerj.daisy.doctaskrunner.DocumentExecutionState
public class DocumentExecutionState
| Field Summary | |
|---|---|
static DocumentExecutionState |
DONE
|
static DocumentExecutionState |
ERROR
|
static DocumentExecutionState |
WAITING
|
| Method Summary | |
|---|---|
static DocumentExecutionState |
fromString(String name)
|
static DocumentExecutionState |
getByCode(String code)
|
String |
getCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DocumentExecutionState WAITING
public static final DocumentExecutionState DONE
public static final DocumentExecutionState ERROR
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getCode()
public static DocumentExecutionState getByCode(String code)
public static DocumentExecutionState fromString(String name)
|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||