org.deduced.validation.validator
Interface NumberValidator

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

public interface NumberValidator
extends ErrorMessageBasedValidator

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


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

NUMBER_VALIDATOR_TYPE

static final PropertyCollectionTypeHolder NUMBER_VALIDATOR_TYPE
Variable used to hold the PropertyCollectionType for : number validator