org.deduced.controller
Interface DefaultPropertyCollectionControllerModel

All Superinterfaces:
java.lang.Cloneable, EnabledPropertyCollection, PropertyCollection<java.lang.Integer,java.lang.Object>, PropertyCollectionControllerModel
All Known Implementing Classes:
DefaultPropertyCollectionControllerModelImplementation

public interface DefaultPropertyCollectionControllerModel
extends PropertyCollectionControllerModel, EnabledPropertyCollection

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


Field Summary
static PropertyCollectionTypeHolder DEFAULT_PROPERTY_COLLECTION_CONTROLLER_MODEL_TYPE
          Variable used to hold the PropertyCollectionType for : default property collection controller model
 
Fields inherited from interface org.deduced.controller.PropertyCollectionControllerModel
CHILD_COLLECTION_CONTROLLER_LIST_INSTANCE, CHILD_PROPERTY_CONTROLLER_LIST_INSTANCE, CONTROLLED_COLLECTION_INSTANCE, IS_ADD_AVAILABLE_INSTANCE, IS_DELETE_AVAILABLE_INSTANCE, PROPERTY_COLLECTION_CONTROLLER_MODEL_TYPE
 
Fields inherited from interface org.deduced.EnabledPropertyCollection
ENABLED_INSTANCE, ENABLED_PROPERTY_COLLECTION_TYPE
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 
Methods inherited from interface org.deduced.controller.PropertyCollectionControllerModel
getChildCollectionControllerList, getChildPropertyControllerList, getControlledCollection, isAddAvailable, isDeleteAvailable, setChildCollectionControllerList, setChildPropertyControllerList, setControlledCollection, setIsAddAvailable, setIsDeleteAvailable
 
Methods inherited from interface org.deduced.EnabledPropertyCollection
isEnabled, setEnabled
 
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, instanceKey, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setParent, setProperty, size, type, valueKey
 

Field Detail

DEFAULT_PROPERTY_COLLECTION_CONTROLLER_MODEL_TYPE

static final PropertyCollectionTypeHolder DEFAULT_PROPERTY_COLLECTION_CONTROLLER_MODEL_TYPE
Variable used to hold the PropertyCollectionType for : default property collection controller model