Class SizeRule

All Implemented Interfaces:
PrimitiveTypeRule, Rule<String>, Serializable
Direct Known Subclasses:
WithdrawnDatatypeRule

public class SizeRule extends AbstractPrimitiveTypeRule
Deprecated.
Checks that Primitive values conform to a certain size limit.
Version:
$Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:40 $ by $Author: jamesagnew $
Author:
Bryan Tripp
See Also:
  • Constructor Details

    • SizeRule

      public SizeRule(int theMaxChars)
      Deprecated.
      Parameters:
      theMaxChars - the maximum number of characters this rule allows in a primitive value
  • Method Details