|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategoryPrePostProcessingFunctionArguments
Interface defining the arguments passed to PrePostProcessingFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addValidationError(AttributeInstance ai,
ValidationError.Type errorType,
java.lang.String errorMessage)
Adds a validation error, constructed from the error type and error message, to the given attribute instance. |
Category |
getCategory()
Obtains the category to be processed by this pre/post function. |
java.io.PrintWriter |
getErrors()
Obtains access to the writer for error output created by this invocation. |
java.io.PrintWriter |
getOutput()
Obtains access to the writer for output created by this invocation. |
ValidationErrors |
getValidationErrors()
Obtains the validation errors for this category. |
java.io.PrintWriter |
getWarnings()
Obtains access to the writer for warning output created by this invocation. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.io.PrintWriter getOutput()
java.io.PrintWriter getErrors()
java.io.PrintWriter getWarnings()
Category getCategory()
ValidationErrors getValidationErrors()
void addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |