|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleImplementation
A ModuleImplementation provides a facade to update the <moduleComponent /> attributes.
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 |
---|
void setModule(java.lang.String aModule)
aModule
- In general, the module attribute identifies a relative
path to identify an SCA-compliant Module definition.java.lang.String getModule()
void setUri(java.lang.String aUri)
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.java.lang.String getUri()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |