Tuscany Assembly Model

Uses of Class
org.apache.tuscany.model.assembly.OverrideOption

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

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

Methods in org.apache.tuscany.model.assembly that return OverrideOption
 OverrideOption ConfiguredProperty.getOverrideOption()
          Returns the override option that determines if any configuration for this property that is contained in this composite can be overridden by configuration supplied from outside.
 OverrideOption ExternalService.getOverrideOption()
          Returns the override option that determines if any wiring for this external service that is contained in this composite can be overridden by wired supplied from outside.
static OverrideOption OverrideOption.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OverrideOption[] OverrideOption.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.tuscany.model.assembly with parameters of type OverrideOption
 void ConfiguredProperty.setOverrideOption(OverrideOption value)
          Set the override option that determines if any configuration for this property that is contained in this composite can be overridden by configuration supplied from outside.
 void ExternalService.setOverrideOption(OverrideOption value)
          Set the override option that determines if any wiring for this external service that is contained in this composite can be overridden by wired supplied from outside.
 

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

Methods in org.apache.tuscany.model.assembly.impl that return OverrideOption
 OverrideOption ConfiguredPropertyImpl.getOverrideOption()
           
 OverrideOption ExternalServiceImpl.getOverrideOption()
           
 

Methods in org.apache.tuscany.model.assembly.impl with parameters of type OverrideOption
 void ConfiguredPropertyImpl.setOverrideOption(OverrideOption value)
           
 void ExternalServiceImpl.setOverrideOption(OverrideOption newOverridable)
           
 


Tuscany Assembly Model

-