org.deduced
Interface DeducedControllerLayerLinkedCollection

All Superinterfaces:
java.lang.Cloneable, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Implementing Classes:
DeducedControllerLayerLinkedCollectionImplementation

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

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


Field Summary
static PropertyInstanceHolder CONTROLLER_INSTANCE
          Variable used to hold the PropertyInstance for : controller
static PropertyCollectionTypeHolder DEDUCED_CONTROLLER_LAYER_LINKED_COLLECTION_TYPE
          Variable used to hold the PropertyCollectionType for : deduced controller layer linked collection
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 DeducedControllerLayer getController()
          Get the value of the instance : controller
 DeducedControllerLayer setController(DeducedControllerLayer newValue)
          Set the value of the instance : controller
 
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

DEDUCED_CONTROLLER_LAYER_LINKED_COLLECTION_TYPE

static final PropertyCollectionTypeHolder DEDUCED_CONTROLLER_LAYER_LINKED_COLLECTION_TYPE
Variable used to hold the PropertyCollectionType for : deduced controller layer linked collection


CONTROLLER_INSTANCE

static final PropertyInstanceHolder CONTROLLER_INSTANCE
Variable used to hold the PropertyInstance for : controller

Method Detail

getController

DeducedControllerLayer getController()
Get the value of the instance : controller

Returns:
controller

setController

DeducedControllerLayer setController(DeducedControllerLayer newValue)
Set the value of the instance : controller

Parameters:
newValue - new controller
Returns:
controller value after the change