|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EvaluationStatus
EvaluationStatus represents the status after evaluation
of an Evaluatable object.
| Field Summary | |
|---|---|
static String |
STATUS_MISSING_ATTRIBUTE
Standard identifier for the MissingAttribute status |
static String |
STATUS_OK
Standard identifier for the OK status |
static String |
STATUS_PROCESSING_ERROR
Standard identifier for the ProcessingError status |
static String |
STATUS_SYNTAX_ERROR
Standard identifier for the SyntaxError status |
| Method Summary | |
|---|---|
String |
getCode()
Returns the status code. |
String |
getMessage()
Returns the status message or null if there is none. |
List |
getMissingAttributes()
Returns a List of missing attributes. |
EvaluationStatus |
getNestedEvalutionStatus()
Return a nested EvaluationStatus if available. |
| Field Detail |
|---|
static final String STATUS_OK
static final String STATUS_MISSING_ATTRIBUTE
static final String STATUS_SYNTAX_ERROR
static final String STATUS_PROCESSING_ERROR
| Method Detail |
|---|
String getCode()
String getMessage()
List getMissingAttributes()
Attribute instances if
the code is STATUS_MISSING_ATTRIBUTE or null if any other
status code.EvaluationStatus getNestedEvalutionStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||