org.eclipse.stp.core.sca
Interface AbstractImplementation

All Superinterfaces:
Implementation, SCAObject

public interface AbstractImplementation
extends Implementation

A representation of the model object 'Abstract Implementation'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getAbstractImplementation()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ComponentType getComponentType()
          Returns the value of the 'Component Type' containment reference.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 void setComponentType(ComponentType value)
          Sets the value of the 'Component Type' containment reference.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getComponentType

ComponentType getComponentType()
Returns the value of the 'Component Type' containment reference.

If the meaning of the 'Component Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component Type' containment reference.
See Also:
setComponentType(ComponentType), SCAPackage.getAbstractImplementation_ComponentType()

setComponentType

void setComponentType(ComponentType value)
Sets the value of the 'Component Type' containment reference.

Parameters:
value - the new value of the 'Component Type' containment reference.
See Also:
getComponentType()

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), SCAPackage.getAbstractImplementation_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()