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

Packages that use Property
org.apache.tuscany.sca.assembly   
 

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

Subinterfaces of Property in org.apache.tuscany.sca.assembly
 interface ComponentProperty
          Represents a configured property of a component.
 

Methods in org.apache.tuscany.sca.assembly that return Property
 Property AssemblyFactory.createProperty()
          Create a new property.
 Property ComponentProperty.getProperty()
          Returns the property defined by the component implementation.
 

Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Property
 java.util.List<Property> ComponentType.getProperties()
          Returns the list of properties that can be set.
 

Methods in org.apache.tuscany.sca.assembly with parameters of type Property
 void ComponentProperty.setProperty(Property property)
          Sets the property type that defines this property.