Apache Tuscany SCA Kernel Sub-Project

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

Packages that use OverrideOptions
org.apache.tuscany.spi.model   
 

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

Methods in org.apache.tuscany.spi.model that return OverrideOptions
 OverrideOptions Property.getOverride()
           
static OverrideOptions OverrideOptions.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OverrideOptions[] OverrideOptions.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.tuscany.spi.model with parameters of type OverrideOptions
 void Property.setOverride(OverrideOptions override)
           
 


Apache Tuscany SCA Kernel Sub-Project

-