| net.sf.oval.constraint.RangeCheck
RangeCheck | public class RangeCheck extends AbstractAnnotationCheck (Code) | | author: Sebastian Thomschke |
configure | public void configure(Range constraintAnnotation)(Code) | | |
getMax | public long getMax()(Code) | | the max |
getMin | public long getMin()(Code) | | the min |
setMax | public void setMax(long max)(Code) | | Parameters: max - the max to set |
setMin | public void setMin(long min)(Code) | | Parameters: min - the min to set |
|
|