org.apache.tuscany.spi.model
Class Implementation<T extends ComponentType>
java.lang.Object
org.apache.tuscany.spi.model.ModelObject
org.apache.tuscany.spi.model.Implementation<T>
- Direct Known Subclasses:
- AtomicImplementation, CompositeImplementation
public abstract class Implementation<T extends ComponentType>
- extends ModelObject
Represents a component implementation
- Version:
- $Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Implementation
protected Implementation()
Implementation
protected Implementation(T componentType)
getComponentType
public T getComponentType()
setComponentType
public void setComponentType(T componentType)
-