Uses of Interface
net.sf.oval.constraint.CheckWithCheck.SimpleCheck

Packages that use CheckWithCheck.SimpleCheck
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 CheckWithCheck.SimpleCheck in net.sf.oval.constraint
 

Subinterfaces of CheckWithCheck.SimpleCheck in net.sf.oval.constraint
static interface CheckWithCheck.SimpleCheckWithMessageVariables
           
 

Methods in net.sf.oval.constraint that return CheckWithCheck.SimpleCheck
 CheckWithCheck.SimpleCheck CheckWithCheck.getSimpleCheck()
           
 

Methods in net.sf.oval.constraint with parameters of type CheckWithCheck.SimpleCheck
 void CheckWithCheck.setSimpleCheck(CheckWithCheck.SimpleCheck simpleCheck)
           
 

Method parameters in net.sf.oval.constraint with type arguments of type CheckWithCheck.SimpleCheck
 void CheckWithCheck.setSimpleCheck(Class<? extends CheckWithCheck.SimpleCheck> simpleCheckType)
           
 



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