Uses of Class
org.apache.tuscany.sca.assembly.Multiplicity

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

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

Methods in org.apache.tuscany.sca.assembly that return Multiplicity
 Multiplicity AbstractReference.getMultiplicity()
          Returns the multiplicity allowed for wires connected to this reference.
static Multiplicity Multiplicity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Multiplicity[] Multiplicity.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.tuscany.sca.assembly with parameters of type Multiplicity
 void AbstractReference.setMultiplicity(Multiplicity multiplicity)
          Sets the multiplicity allowed for wires connected to this reference.