|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |