org.eclipse.stp.core.sca
Interface ModuleImplementation

All Superinterfaces:
Implementation, SCAObject

public interface ModuleImplementation
extends Implementation

A ModuleImplementation provides a facade to update the <moduleComponent /> attributes.

Since:
1.0

Field Summary
 
Fields inherited from interface org.eclipse.stp.core.sca.Implementation
copyright
 
Method Summary
 java.lang.String getModule()
          Return the value of the module attribute for the <moduleComponent />.
 java.lang.String getUri()
          Return the value of the uri attribute for the <moduleComponent />.
 void setModule(java.lang.String aModule)
          Set the value of the module attribute for the <moduleComponent />.
 void setUri(java.lang.String aUri)
          Set the value of the uri attribute for the <moduleComponent />.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Method Detail

setModule

void setModule(java.lang.String aModule)
Set the value of the module attribute for the <moduleComponent />. See the SCA2 documentation on <moduleComponent /> for more information.

Parameters:
aModule - In general, the module attribute identifies a relative path to identify an SCA-compliant Module definition.

getModule

java.lang.String getModule()
Return the value of the module attribute for the <moduleComponent />. See the SCA2 documentation on <moduleComponent /> for more information.

Returns:
In general, the module attribute identifies a relative path to identify an SCA-compliant Module definition.

setUri

void setUri(java.lang.String aUri)
Set the value of the uri attribute for the <moduleComponent />. See the SCA2 documentation on <moduleComponent /> for more information.

Parameters:
aUri - In general, the uri attribute defines a prefix that will identify the specific <moduleComponent /> in the context of a Subsystem. Use the uri to resolve errors resultant from duplicate module names.

getUri

java.lang.String getUri()
Return the value of the uri attribute for the <moduleComponent />. See the SCA2 documentation on <moduleComponent /> for more information.

Returns:
In general, the uri attribute defines a prefix that will identify the specific <moduleComponent /> in the context of a Subsystem. Use the uri to resolve errors resultant from duplicate module names.