|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidationRule
A codified rule which will validate the content of a data object.
Method Summary | |
---|---|
Annotation |
getAnnotation()
Returns the annotation associated with this rule. |
String |
getDependentPredicateCode(int index)
Returns the dependent predicate code at index . |
int |
getDependentPredicateCodeCount()
Returns the number of dependent predicate codes associated with this rule. |
String |
getErrorCode()
Returns the error code associated with this rule. |
String |
getPredicateCode()
Returns the predicate code associated with this rule. |
ValidationSeverityEnum |
getSeverity()
Returns the severity of this rule. |
Methods inherited from interface biz.c24.io.api.data.Validator |
---|
validate |
Methods inherited from interface biz.c24.io.api.data.ModelComponent |
---|
getName |
Method Detail |
---|
Annotation getAnnotation()
ValidationSeverityEnum getSeverity()
String getErrorCode()
String getPredicateCode()
int getDependentPredicateCodeCount()
String getDependentPredicateCode(int index)
index
.
index
- the index of the code to return.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |