org.deduced.validation.validator
Interface EnumerationValidator

All Superinterfaces:
java.lang.Cloneable, ErrorMessageBasedValidator, PropertyCollection<java.lang.Object,java.lang.Object>, Validator
All Known Implementing Classes:
EnumerationValidatorImplementation

public interface EnumerationValidator
extends ErrorMessageBasedValidator

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


Field Summary
static PropertyCollectionTypeHolder ENUMERATION_VALIDATOR_TYPE
          Variable used to hold the PropertyCollectionType for : enumeration validator
 
Fields inherited from interface org.deduced.validation.validator.ErrorMessageBasedValidator
ERROR_MESSAGE_BASED_VALIDATOR_TYPE
 
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

ENUMERATION_VALIDATOR_TYPE

static final PropertyCollectionTypeHolder ENUMERATION_VALIDATOR_TYPE
Variable used to hold the PropertyCollectionType for : enumeration validator