org.eclipse.stp.core.sca
Interface ModuleComponent

All Superinterfaces:
Component, SCAObject

public interface ModuleComponent
extends Component

A representation of the model object 'Module Component'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getModuleComponent()

Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface org.eclipse.stp.core.sca.Component
STATE_ABSTRACT, STATE_IMPLEMENTED, STATE_TYPED, TYPE_ABSTRACT
 
Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getModule()
          Returns the value of the 'Module' attribute.
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 void setModule(java.lang.String value)
          Sets the value of the 'Module' attribute.
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.Component
getComposite, getImplementation, getName, getPropertyValuesSet, getReferenceValues, getReferenceValues, getReferenceValues, getSingleWireSource, getSingleWireTarget, getState, getType, getWireSource, getWireSource, getWireSourcesWiredToTarget, getWireTarget, getWireTarget, resolveComponentType, setAbstractImplementation, setName, setPropertyValuesSet, setReferenceValue, setSpecializedImplementation
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getStatus
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
SCAPackage.getModuleComponent_Any()

getModule

java.lang.String getModule()
Returns the value of the 'Module' attribute.

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

Returns:
the value of the 'Module' attribute.
See Also:
setModule(String), SCAPackage.getModuleComponent_Module()

setModule

void setModule(java.lang.String value)
Sets the value of the 'Module' attribute.

Parameters:
value - the new value of the 'Module' attribute.
See Also:
getModule()

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), SCAPackage.getModuleComponent_Uri()

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getModuleComponent_AnyAttribute()