org.deduced
Interface ValidationModel

All Superinterfaces:
java.lang.Cloneable, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Subinterfaces:
EnumerationValidationModel, LinkedValidationModel, NullableValidationModel, NumberValidationModel, StringValidationModel, TypeCreationValidationModel, TypeReferenceValidationModel
All Known Implementing Classes:
EnumerationValidationModelImplementation, LinkedValidationModelImplementation, NullableValidationModelImplementation, NumberValidationModelImplementation, StringValidationModelImplementation, TypeCreationValidationModelImplementation, TypeReferenceValidationModelImplementation, ValidationModelImplementation

public interface ValidationModel
extends PropertyCollection<java.lang.Object,java.lang.Object>

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


Field Summary
static PropertyCollectionTypeHolder VALIDATION_MODEL_TYPE
          Variable used to hold the PropertyCollectionType for : validation model
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 
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

VALIDATION_MODEL_TYPE

static final PropertyCollectionTypeHolder VALIDATION_MODEL_TYPE
Variable used to hold the PropertyCollectionType for : validation model