Interface MinMaxValidator
-
- All Known Implementing Classes:
BytesValidator,ChainedParameterValidator,IntRangeValidator,ListValidator,LongRangeValidator,MulticastAddressValidator,NillableOrExpressionParameterValidator,ParametersOfValidator,StringBytesLengthValidator,StringLengthValidator,SubnetValidator,URIValidator
public interface MinMaxValidatorA validator that checks whether the node complies with some sort of minimum or maximum.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetMax()Gets the maximum, if there is one.LonggetMin()Gets the minimum, if there is one.
-