Tuscany Assembly Model

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

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

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

Methods in org.apache.tuscany.model.assembly that return ConfiguredProperty
 ConfiguredProperty AssemblyFactory.createConfiguredProperty()
          Returns a new ConfiguredProperty.
 ConfiguredProperty Component.getConfiguredProperty(java.lang.String name)
          Returns the ConfiguredProperty value for the specified property.
 

Methods in org.apache.tuscany.model.assembly that return types with arguments of type ConfiguredProperty
 java.util.List<ConfiguredProperty> Component.getConfiguredProperties()
          Returns a list of configured property values for this configured instance.
 

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

Classes in org.apache.tuscany.model.assembly.impl that implement ConfiguredProperty
 class ConfiguredPropertyImpl
          Implementation of ConfiguredProperty
 

Methods in org.apache.tuscany.model.assembly.impl that return ConfiguredProperty
 ConfiguredProperty AssemblyFactoryImpl.createConfiguredProperty()
           
 ConfiguredProperty ComponentImpl.getConfiguredProperty(java.lang.String name)
           
 

Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type ConfiguredProperty
 java.util.List<ConfiguredProperty> ComponentImpl.getConfiguredProperties()
           
 


Tuscany Assembly Model

-