| net.sf.oval.constraint.AssertFieldConstraintsCheck
AssertFieldConstraintsCheck | public class AssertFieldConstraintsCheck extends AbstractAnnotationCheck (Code) | | author: Sebastian Thomschke |
getDeclaringClass | public Class getDeclaringClass()(Code) | | the declaringClass |
getFieldName | public String getFieldName()(Code) | | the fieldName |
getSeverity | public int getSeverity()(Code) | | |
isSatisfied | public boolean isSatisfied(Object validatedObject, Object value, OValContext context, Validator validator)(Code) | | This method is not used.
The validation of this special constraint is directly performed by the Validator class
|
setDeclaringClass | public void setDeclaringClass(Class declaringClass)(Code) | | Parameters: declaringClass - the declaringClass to set |
setErrorCode | public void setErrorCode(String errorCode)(Code) | | |
setFieldName | public void setFieldName(String fieldName)(Code) | | Parameters: fieldName - the fieldName to set |
setSeverity | public void setSeverity(int severity)(Code) | | |
|
|