Uses of Interface
org.deduced.PropertyInstance

Packages that use PropertyInstance
org.deduced This package contains the base classes of the deduced framework. 
org.deduced.controller.typed   
org.deduced.controller.typed.implementation   
org.deduced.implementation   
 

Uses of PropertyInstance in org.deduced
 

Subinterfaces of PropertyInstance in org.deduced
 interface PropertyCollectionListInstance
          Interface used to represent the type : property collection list instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Fields in org.deduced declared as PropertyInstance
private  PropertyInstance PropertyInstanceHolder.propertyInstance
          held property instance
 

Methods in org.deduced that return PropertyInstance
 PropertyInstance PropertyCollectionListInstance.getListFixedInstance()
          Get the value of the instance : list fixed instance
 PropertyInstance PropertyCollectionListInstanceHolder.getListFixedInstance()
          get List Fixed Instance
 PropertyInstance PropertyInstanceHolder.getPropertyInstance()
           
 PropertyInstance PropertyCollectionListInstance.setListFixedInstance(PropertyInstance newValue)
          Set the value of the instance : list fixed instance
 

Methods in org.deduced with parameters of type PropertyInstance
 PropertyInstance PropertyCollectionListInstance.setListFixedInstance(PropertyInstance newValue)
          Set the value of the instance : list fixed instance
 void PropertyInstanceHolder.setPropertyInstance(PropertyInstance setPropertyInstance)
           
static void AbstractPropertyCollection.validateAllPropertyInstances(PropertyCollection<?,?> collectionToValidate, PropertyInstance listFixedInstance)
          validate that all the properties in a collection are of a specific instance.
 

Uses of PropertyInstance in org.deduced.controller.typed
 

Methods in org.deduced.controller.typed that return PropertyInstance
 PropertyInstance TypedCollectionListController.getLinkedPropertyInstance()
          Get the value of the instance : Linked Property Instance
 PropertyInstance TypedPropertyController.getLinkedPropertyInstance()
          Get the value of the instance : Linked Property Instance
 PropertyInstance TypedCollectionListController.setLinkedPropertyInstance(PropertyInstance newValue)
          Set the value of the instance : Linked Property Instance
 PropertyInstance TypedPropertyController.setLinkedPropertyInstance(PropertyInstance newValue)
          Set the value of the instance : Linked Property Instance
 

Methods in org.deduced.controller.typed with parameters of type PropertyInstance
 PropertyInstance TypedCollectionListController.setLinkedPropertyInstance(PropertyInstance newValue)
          Set the value of the instance : Linked Property Instance
 PropertyInstance TypedPropertyController.setLinkedPropertyInstance(PropertyInstance newValue)
          Set the value of the instance : Linked Property Instance
 

Uses of PropertyInstance in org.deduced.controller.typed.implementation
 

Fields in org.deduced.controller.typed.implementation declared as PropertyInstance
private  PropertyInstance TypedCollectionListControllerImplementation.linkedPropertyInstance
          member variable holding the value for : Linked Property Instance
private  PropertyInstance TypedPropertyControllerImplementation.linkedPropertyInstance
          member variable holding the value for : Linked Property Instance
 

Methods in org.deduced.controller.typed.implementation that return PropertyInstance
 PropertyInstance TypedCollectionListControllerImplementation.getLinkedPropertyInstance()
          (non-Javadoc)
 PropertyInstance TypedPropertyControllerImplementation.getLinkedPropertyInstance()
          (non-Javadoc)
 PropertyInstance TypedCollectionListControllerImplementation.setLinkedPropertyInstance(PropertyInstance setValue)
          (non-Javadoc)
 PropertyInstance TypedPropertyControllerImplementation.setLinkedPropertyInstance(PropertyInstance setValue)
          (non-Javadoc)
 

Methods in org.deduced.controller.typed.implementation with parameters of type PropertyInstance
 PropertyInstance TypedCollectionListControllerImplementation.setLinkedPropertyInstance(PropertyInstance setValue)
          (non-Javadoc)
 PropertyInstance TypedPropertyControllerImplementation.setLinkedPropertyInstance(PropertyInstance setValue)
          (non-Javadoc)
 

Uses of PropertyInstance in org.deduced.implementation
 

Classes in org.deduced.implementation that implement PropertyInstance
 class PropertyCollectionListInstanceImplementation
          Java Implementation used to represent the type : property collection list instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 class PropertyInstanceImplementation
          Java Implementation used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Fields in org.deduced.implementation declared as PropertyInstance
private  PropertyInstance PropertyCollectionListInstanceImplementation.listFixedInstance
          member variable holding the value for : list fixed instance
 

Methods in org.deduced.implementation that return PropertyInstance
 PropertyInstance PropertyCollectionListInstanceImplementation.getListFixedInstance()
          (non-Javadoc)
 PropertyInstance PropertyCollectionListInstanceImplementation.setListFixedInstance(PropertyInstance setValue)
          (non-Javadoc)
 

Methods in org.deduced.implementation with parameters of type PropertyInstance
static void PropertyInstanceImplementation.resetListFixedInstances(PropertyInstance instance)
          reset all the list fixed instances
 PropertyInstance PropertyCollectionListInstanceImplementation.setListFixedInstance(PropertyInstance setValue)
          (non-Javadoc)