org.deduced
Interface DeducedControllerLayer
- All Superinterfaces:
- java.lang.Cloneable, DeducedApplicationLayer, DeducedModelLayer, DocumentedCollection, NamedPropertyCollection, PropertyCollection<java.lang.Object,java.lang.Object>, SchemaBasedApplicationLayer
- All Known Subinterfaces:
- DeducedControllerLayerExtension
- All Known Implementing Classes:
- DeducedControllerLayerExtensionImplementation, DeducedControllerLayerImplementation
public interface DeducedControllerLayer
- extends DeducedModelLayer
Interface used to represent the type : deduced controller layer
Class generated by org.deduced.generator.VelocityGenerator
Using template : org/deduced/generator/java/JavaInterface.vm
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 |
DEDUCED_CONTROLLER_LAYER_TYPE
static final PropertyCollectionTypeHolder DEDUCED_CONTROLLER_LAYER_TYPE
- Variable used to hold the PropertyCollectionType for : deduced controller layer
CONTROLLED_MODEL_INSTANCE
static final PropertyInstanceHolder CONTROLLED_MODEL_INSTANCE
- Variable used to hold the PropertyInstance for : controlled model
getControlledModel
DeducedModelLayer getControlledModel()
- Get the value of the instance : controlled model
- Returns:
- controlled model
setControlledModel
DeducedModelLayer setControlledModel(DeducedModelLayer newValue)
- Set the value of the instance : controlled model
- Parameters:
newValue
- new controlled model
- Returns:
- controlled model value after the change