org.deduced.validation.validator
Interface StringValidator

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

public interface StringValidator
extends ErrorMessageBasedValidator

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


Field Summary
static PropertyCollectionTypeHolder STRING_VALIDATOR_TYPE
          Variable used to hold the PropertyCollectionType for : string 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

STRING_VALIDATOR_TYPE

static final PropertyCollectionTypeHolder STRING_VALIDATOR_TYPE
Variable used to hold the PropertyCollectionType for : string validator