|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public static final String STATUS_OK
public static final String STATUS_MISSING_ATTRIBUTE
public static final String STATUS_SYNTAX_ERROR
public static final String STATUS_PROCESSING_ERROR
| Method Detail |
public String getCode()
public String getMessage()
public List getMissingAttributes()
Attribute instances if
the code is STATUS_MISSING_ATTRIBUTE or null if any other
status code.public EvaluationStatus getNestedEvalutionStatus()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||