| net.sf.oval.constraint.ValidateWithMethodCheck
ValidateWithMethodCheck | public class ValidateWithMethodCheck extends AbstractAnnotationCheck (Code) | | author: Sebastian Thomschke |
getMethodName | public String getMethodName()(Code) | | the methodName |
getParameterType | public Class getParameterType()(Code) | | the parameterType |
isIgnoreIfNull | public boolean isIgnoreIfNull()(Code) | | the ignoreIfNull |
setIgnoreIfNull | public void setIgnoreIfNull(boolean ignoreIfNull)(Code) | | Parameters: ignoreIfNull - the ignoreIfNull to set |
setMethodName | public void setMethodName(String methodName)(Code) | | Parameters: methodName - the methodName to set |
setParameterType | public void setParameterType(Class parameterType)(Code) | | Parameters: parameterType - the parameterType to set |
|
|