Tuscany Assembly Model

Uses of Interface
org.apache.tuscany.model.assembly.Property

Packages that use Property
org.apache.tuscany.model.assembly   
org.apache.tuscany.model.assembly.impl   
 

Uses of Property in org.apache.tuscany.model.assembly
 

Methods in org.apache.tuscany.model.assembly that return Property
 Property AssemblyFactory.createProperty()
          Returns a new Property.
 Property AssemblyFactory.createProperty(String name, Class<?> type)
          Helper method for creating a simple Property.
 Property ConfiguredProperty.getProperty()
          Returns the Property whose value is being set.
 Property ComponentType.getProperty(String name)
          Returns the specified property
 

Methods in org.apache.tuscany.model.assembly that return types with arguments of type Property
 List<Property> ComponentType.getProperties()
          Returns the list of properties that can be used to configure components with this component type.
 

Methods in org.apache.tuscany.model.assembly with parameters of type Property
 void ConfiguredProperty.setProperty(Property property)
          Sets the Property whose value is being set.
 

Uses of Property in org.apache.tuscany.model.assembly.impl
 

Classes in org.apache.tuscany.model.assembly.impl that implement Property
 class PropertyImpl
          An implementation of Property.
 

Methods in org.apache.tuscany.model.assembly.impl that return Property
 Property AssemblyFactoryImpl.createProperty()
           
 Property AssemblyFactoryImpl.createProperty(String name, Class<?> type)
           
 Property ConfiguredPropertyImpl.getProperty()
           
 Property ComponentTypeImpl.getProperty(String name)
           
 

Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Property
 List<Property> ComponentTypeImpl.getProperties()
           
 

Methods in org.apache.tuscany.model.assembly.impl with parameters of type Property
 void ConfiguredPropertyImpl.setProperty(Property property)
           
 


Tuscany Assembly Model

-