|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompletionStatus | |
|---|---|
| org.addsimplicity.anicetus.entity | |
| Uses of CompletionStatus in org.addsimplicity.anicetus.entity |
|---|
| Methods in org.addsimplicity.anicetus.entity that return CompletionStatus | |
|---|---|
static CompletionStatus |
CompletionStatus.fromAbbreviation(char abbrev)
Translate the single letter status abbreviation to the enumeration instance. |
CompletionStatus |
ExecInfo.getStatus()
Return the completion status of the operation. |
static CompletionStatus |
CompletionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CompletionStatus[] |
CompletionStatus.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.addsimplicity.anicetus.entity with parameters of type CompletionStatus | |
|---|---|
void |
ExecInfo.setStatus(CompletionStatus status)
Set the completion status of the execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||