Uses of Class
net.sf.oval.ConstraintTarget

Packages that use ConstraintTarget
net.sf.oval   
net.sf.oval.constraint This package contains the standard single-value validation constraints in form of Java5 Annotations that can be tagged to class fields, constructor parameters, method parameters and getter method return values. 
 

Uses of ConstraintTarget in net.sf.oval
 

Methods in net.sf.oval that return ConstraintTarget
 ConstraintTarget[] Check.getAppliesTo()
          In case the constraint is declared for an array, collection or map this controls how the constraint is applied to it and it's child objects.
 ConstraintTarget[] AbstractCheck.getAppliesTo()
          

In case the constraint is declared for an array, collection or map this controls how the constraint is applied to it and it's child objects.

protected  ConstraintTarget[] AbstractCheck.getAppliesToDefault()
           
static ConstraintTarget ConstraintTarget.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintTarget[] ConstraintTarget.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.oval with parameters of type ConstraintTarget
 void Check.setAppliesTo(ConstraintTarget... target)
           
 void AbstractCheck.setAppliesTo(ConstraintTarget... targets)
          
 

Uses of ConstraintTarget in net.sf.oval.constraint
 

Methods in net.sf.oval.constraint that return ConstraintTarget
protected  ConstraintTarget[] ValidateWithMethodCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] RangeCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] PastCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] NotNegativeCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] NotMemberOfCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] NotMatchPatternCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] NotEqualCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] NotEmptyCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] NotBlankCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] NoSelfReferenceCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] MinLengthCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] MinCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] MemberOfCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] MaxLengthCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] MaxCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] MatchPatternCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] LengthCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] HasSubstringCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] FutureCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] EmailCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] DigitsCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] DateRangeCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] AssertValidCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] AssertURLCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] AssertTrueCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] AssertFieldConstraintsCheck.getAppliesToDefault()
          
protected  ConstraintTarget[] AssertFalseCheck.getAppliesToDefault()
          
 



Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.