org.apache.tuscany.model.assembly.impl
Class ReferenceImpl
java.lang.Object
org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
org.apache.tuscany.model.assembly.impl.PortImpl
org.apache.tuscany.model.assembly.impl.ReferenceImpl
- All Implemented Interfaces:
- AssemblyObject, Port, Reference
public class ReferenceImpl
- extends PortImpl
- implements Reference
An implementation of Reference.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceImpl
protected ReferenceImpl()
getMultiplicity
public Multiplicity getMultiplicity()
- Description copied from interface:
Reference
- Returns the multiplicity allowed for wires connected to this reference.
- Specified by:
getMultiplicity
in interface Reference
- Returns:
- the multiplicity allowed for wires connected to this reference
setMultiplicity
public void setMultiplicity(Multiplicity multiplicity)
- Description copied from interface:
Reference
- Sets the multiplicity allowed for wires connected to this reference.
- Specified by:
setMultiplicity
in interface Reference
- Parameters:
multiplicity
- the multiplicity allowed for wires connected to this reference
-