org.deduced.validation.validator
Interface NullableValidator

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

public interface NullableValidator
extends ErrorMessageBasedValidator

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


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

NULLABLE_VALIDATOR_TYPE

static final PropertyCollectionTypeHolder NULLABLE_VALIDATOR_TYPE
Variable used to hold the PropertyCollectionType for : nullable validator