Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.model.PropertyValue

Packages that use PropertyValue
org.apache.tuscany.spi.loader   
org.apache.tuscany.spi.model   
 

Uses of PropertyValue in org.apache.tuscany.spi.loader
 

Methods in org.apache.tuscany.spi.loader with parameters of type PropertyValue
<T> ObjectFactory<T>
PropertyObjectFactory.createObjectFactory(Property<T> property, PropertyValue<T> propertyValue)
          Return an ObjectFactory for instances of a property defined in an XML.
 

Uses of PropertyValue in org.apache.tuscany.spi.model
 

Methods in org.apache.tuscany.spi.model that return types with arguments of type PropertyValue
 Map<String,PropertyValue<?>> ComponentDefinition.getPropertyValues()
          Returns a live Map of property values configured by this component definition.
 

Methods in org.apache.tuscany.spi.model with parameters of type PropertyValue
 void ComponentDefinition.add(PropertyValue<?> value)
          Add a property value configuration to this component.
 


Apache Tuscany SCA Kernel Sub-Project

-