org.deduced.validation.validator
Interface ErrorMessageBasedValidator

All Superinterfaces:
java.lang.Cloneable, PropertyCollection<java.lang.Object,java.lang.Object>, Validator
All Known Subinterfaces:
EnumerationValidator, NullableValidator, NumberValidator, StringValidator, TypeCreationValidator, TypeReferenceValidator
All Known Implementing Classes:
EnumerationValidatorImplementation, ErrorMessageBasedValidatorImplementation, NullableValidatorImplementation, NumberValidatorImplementation, StringValidatorImplementation, TypeCreationValidatorImplementation, TypeReferenceValidatorImplementation

public interface ErrorMessageBasedValidator
extends Validator

Interface used to represent the type : error message based validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm


Field Summary
static PropertyCollectionTypeHolder ERROR_MESSAGE_BASED_VALIDATOR_TYPE
          Variable used to hold the PropertyCollectionType for : error message based validator
 
Fields inherited from interface org.deduced.validation.validator.Validator
CURRENT_VALUE_INSTANCE, ERROR_MESSAGE_INSTANCE, IS_VALID_INSTANCE, MODEL_INSTANCE, VALIDATOR_TYPE
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 
Methods inherited from interface org.deduced.validation.validator.Validator
getCurrentValue, getErrorMessage, getModel, isValid, setCurrentValue, setErrorMessage, setIsValid, setModel
 
Methods inherited from interface org.deduced.PropertyCollection
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, getPropertyValue, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey
 

Field Detail

ERROR_MESSAGE_BASED_VALIDATOR_TYPE

static final PropertyCollectionTypeHolder ERROR_MESSAGE_BASED_VALIDATOR_TYPE
Variable used to hold the PropertyCollectionType for : error message based validator