Uses of Class
net.sf.oval.configuration.pojo.elements.ConstraintSetConfiguration

Packages that use ConstraintSetConfiguration
net.sf.oval.configuration   
net.sf.oval.configuration.annotation   
net.sf.oval.configuration.pojo   
net.sf.oval.configuration.xml   
 

Uses of ConstraintSetConfiguration in net.sf.oval.configuration
 

Methods in net.sf.oval.configuration that return ConstraintSetConfiguration
 ConstraintSetConfiguration Configurer.getConstraintSetConfiguration(String constraintSetId)
          Returns the constraint configuration for the constraint set with the given Id.
 

Uses of ConstraintSetConfiguration in net.sf.oval.configuration.annotation
 

Methods in net.sf.oval.configuration.annotation that return ConstraintSetConfiguration
 ConstraintSetConfiguration JPAAnnotationsConfigurer.getConstraintSetConfiguration(String constraintSetId)
          Returns the constraint configuration for the constraint set with the given Id.
 ConstraintSetConfiguration BeanValidationAnnotationsConfigurer.getConstraintSetConfiguration(String constraintSetId)
          Returns the constraint configuration for the constraint set with the given Id.
 ConstraintSetConfiguration AnnotationsConfigurer.getConstraintSetConfiguration(String constraintSetId)
          Returns the constraint configuration for the constraint set with the given Id.
 

Uses of ConstraintSetConfiguration in net.sf.oval.configuration.pojo
 

Fields in net.sf.oval.configuration.pojo with type parameters of type ConstraintSetConfiguration
protected  Set<ConstraintSetConfiguration> POJOConfigurer.constraintSetConfigurations
           
 

Methods in net.sf.oval.configuration.pojo that return ConstraintSetConfiguration
 ConstraintSetConfiguration POJOConfigurer.getConstraintSetConfiguration(String constraintSetId)
          Returns the constraint configuration for the constraint set with the given Id.
 

Methods in net.sf.oval.configuration.pojo that return types with arguments of type ConstraintSetConfiguration
 Set<ConstraintSetConfiguration> POJOConfigurer.getConstraintSetConfigurations()
           
 

Method parameters in net.sf.oval.configuration.pojo with type arguments of type ConstraintSetConfiguration
 void POJOConfigurer.setConstraintSetConfigurations(Set<ConstraintSetConfiguration> constraintSetConfigurations)
           
 

Uses of ConstraintSetConfiguration in net.sf.oval.configuration.xml
 

Methods in net.sf.oval.configuration.xml that return ConstraintSetConfiguration
 ConstraintSetConfiguration XMLConfigurer.getConstraintSetConfiguration(String constraintSetId)
          Returns the constraint configuration for the constraint set with the given Id.
 



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