Tuscany Assembly Model

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

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

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

Methods in org.apache.tuscany.model.assembly that return Scope
 Scope ServiceContract.getScope()
          Returns the scope of this service contract.
static Scope Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Scope[] Scope.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 Scope
 void ServiceContract.setScope(Scope scope)
          Sets the scope.
 

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

Methods in org.apache.tuscany.model.assembly.impl that return Scope
 Scope ServiceContractImpl.getScope()
           
 

Methods in org.apache.tuscany.model.assembly.impl with parameters of type Scope
 void ServiceContractImpl.setScope(Scope scope)
           
 


Tuscany Assembly Model

-