Uses of Interface
org.deduced.ValidationModel

Packages that use ValidationModel
org.deduced This package contains the base classes of the deduced framework. 
org.deduced.implementation   
org.deduced.validation.model   
org.deduced.validation.model.implementation   
org.deduced.validation.validator   
org.deduced.validation.validator.implementation   
 

Uses of ValidationModel in org.deduced
 

Methods in org.deduced that return ValidationModel
 ValidationModel PropertyInstance.getValidationModel()
          Get the value of the instance : validation model
 ValidationModel PropertyInstance.setValidationModel(ValidationModel newValue)
          Set the value of the instance : validation model
 

Methods in org.deduced with parameters of type ValidationModel
 ValidationModel PropertyInstance.setValidationModel(ValidationModel newValue)
          Set the value of the instance : validation model
 

Uses of ValidationModel in org.deduced.implementation
 

Classes in org.deduced.implementation that implement ValidationModel
 class ValidationModelImplementation
          Java Implementation used to represent the type : validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Fields in org.deduced.implementation declared as ValidationModel
private  ValidationModel PropertyCollectionListInstanceImplementation.validationModel
          member variable holding the value for : validation model
private  ValidationModel PropertyInstanceImplementation.validationModel
          member variable holding the value for : validation model
 

Methods in org.deduced.implementation that return ValidationModel
 ValidationModel PropertyCollectionListInstanceImplementation.getValidationModel()
          (non-Javadoc)
 ValidationModel PropertyInstanceImplementation.getValidationModel()
          (non-Javadoc)
 ValidationModel PropertyCollectionListInstanceImplementation.setValidationModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel PropertyInstanceImplementation.setValidationModel(ValidationModel setValue)
          (non-Javadoc)
 

Methods in org.deduced.implementation with parameters of type ValidationModel
static void ValidationModelImplementation.resetListFixedInstances(ValidationModel instance)
          reset all the list fixed instances
 ValidationModel PropertyCollectionListInstanceImplementation.setValidationModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel PropertyInstanceImplementation.setValidationModel(ValidationModel setValue)
          (non-Javadoc)
 

Uses of ValidationModel in org.deduced.validation.model
 

Subinterfaces of ValidationModel in org.deduced.validation.model
 interface EnumerationValidationModel
          Interface used to represent the type : enumeration validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface LinkedValidationModel
          Interface used to represent the type : linked validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface NullableValidationModel
          Interface used to represent the type : nullable validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface NumberValidationModel
          Interface used to represent the type : number validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface StringValidationModel
          Interface used to represent the type : string validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface TypeCreationValidationModel
          Interface used to represent the type : type creation validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 interface TypeReferenceValidationModel
          Interface used to represent the type : type reference validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Uses of ValidationModel in org.deduced.validation.model.implementation
 

Classes in org.deduced.validation.model.implementation that implement ValidationModel
 class EnumerationValidationModelImplementation
          Java Implementation used to represent the type : enumeration validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class LinkedValidationModelImplementation
          Java Implementation used to represent the type : linked validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class NullableValidationModelImplementation
          Java Implementation used to represent the type : nullable validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class NumberValidationModelImplementation
          Java Implementation used to represent the type : number validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class StringValidationModelImplementation
          Java Implementation used to represent the type : string validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class TypeCreationValidationModelImplementation
          Java Implementation used to represent the type : type creation validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class TypeReferenceValidationModelImplementation
          Java Implementation used to represent the type : type reference validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Uses of ValidationModel in org.deduced.validation.validator
 

Methods in org.deduced.validation.validator that return ValidationModel
 ValidationModel Validator.getModel()
          Get the value of the instance : model
 ValidationModel Validator.setModel(ValidationModel newValue)
          Set the value of the instance : model
 

Methods in org.deduced.validation.validator with parameters of type ValidationModel
 ValidationModel Validator.setModel(ValidationModel newValue)
          Set the value of the instance : model
 

Uses of ValidationModel in org.deduced.validation.validator.implementation
 

Fields in org.deduced.validation.validator.implementation declared as ValidationModel
private  ValidationModel EnumerationValidatorImplementation.model
          member variable holding the value for : model
private  ValidationModel ErrorMessageBasedValidatorImplementation.model
          member variable holding the value for : model
private  ValidationModel NullableValidatorImplementation.model
          member variable holding the value for : model
private  ValidationModel NumberValidatorImplementation.model
          member variable holding the value for : model
private  ValidationModel StringValidatorImplementation.model
          member variable holding the value for : model
private  ValidationModel TypeCreationValidatorImplementation.model
          member variable holding the value for : model
private  ValidationModel TypeReferenceValidatorImplementation.model
          member variable holding the value for : model
private  ValidationModel ValidatorImplementation.model
          member variable holding the value for : model
 

Methods in org.deduced.validation.validator.implementation that return ValidationModel
 ValidationModel EnumerationValidatorImplementation.getModel()
          (non-Javadoc)
 ValidationModel ErrorMessageBasedValidatorImplementation.getModel()
          (non-Javadoc)
 ValidationModel NullableValidatorImplementation.getModel()
          (non-Javadoc)
 ValidationModel NumberValidatorImplementation.getModel()
          (non-Javadoc)
 ValidationModel StringValidatorImplementation.getModel()
          (non-Javadoc)
 ValidationModel TypeCreationValidatorImplementation.getModel()
          (non-Javadoc)
 ValidationModel TypeReferenceValidatorImplementation.getModel()
          (non-Javadoc)
 ValidationModel ValidatorImplementation.getModel()
          (non-Javadoc)
 ValidationModel EnumerationValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel ErrorMessageBasedValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel NullableValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel NumberValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel StringValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel TypeCreationValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel TypeReferenceValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel ValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 

Methods in org.deduced.validation.validator.implementation with parameters of type ValidationModel
 ValidationModel EnumerationValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel ErrorMessageBasedValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel NullableValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel NumberValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel StringValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel TypeCreationValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel TypeReferenceValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)
 ValidationModel ValidatorImplementation.setModel(ValidationModel setValue)
          (non-Javadoc)