|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCAApplicationModule
A representation of the model object 'SCA Application Module'.
The following features are supported:
Name
Application Name
Short Name
Version
Cell Identifier
Native
Deployment URI
SCDL Exports
SCDL Imports
CorecellPackage.getSCAApplicationModule()
Method Summary | |
---|---|
java.lang.String |
getApplicationName()
Returns the value of the 'Application Name' attribute |
java.lang.String |
getCellIdentifier()
Returns the value of the 'Cell Identifier' attribute |
java.lang.String |
getDeploymentURI()
Returns the value of the 'Deployment URI' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
org.eclipse.emf.common.util.EList |
getSCDLExports()
Returns the value of the 'SCDL Exports' containment reference list. |
org.eclipse.emf.common.util.EList |
getSCDLImports()
Returns the value of the 'SCDL Imports' containment reference list. |
java.lang.String |
getShortName()
Returns the value of the 'Short Name' attribute |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute |
boolean |
isNative()
Returns the value of the 'Native' attribute. |
void |
setApplicationName(java.lang.String value)
Sets the value of the ' Application Name ' attribute |
void |
setCellIdentifier(java.lang.String value)
Sets the value of the ' Cell Identifier ' attribute |
void |
setDeploymentURI(java.lang.String value)
Sets the value of the ' Deployment URI ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setNative(boolean value)
Sets the value of the ' Native ' attribute |
void |
setShortName(java.lang.String value)
Sets the value of the ' Short Name ' attribute |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
CorecellPackage.getSCAApplicationModule_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getApplicationName()
If the meaning of the 'Application Name' attribute isn't clear, there really should be more of a description here...
setApplicationName(String)
,
CorecellPackage.getSCAApplicationModule_ApplicationName()
void setApplicationName(java.lang.String value)
Application Name
' attribute.
value
- the new value of the 'Application Name' attribute.getApplicationName()
java.lang.String getShortName()
If the meaning of the 'Short Name' attribute isn't clear, there really should be more of a description here...
setShortName(String)
,
CorecellPackage.getSCAApplicationModule_ShortName()
void setShortName(java.lang.String value)
Short Name
' attribute.
value
- the new value of the 'Short Name' attribute.getShortName()
java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
CorecellPackage.getSCAApplicationModule_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
java.lang.String getCellIdentifier()
If the meaning of the 'Cell Identifier' attribute isn't clear, there really should be more of a description here...
setCellIdentifier(String)
,
CorecellPackage.getSCAApplicationModule_CellIdentifier()
void setCellIdentifier(java.lang.String value)
Cell Identifier
' attribute.
value
- the new value of the 'Cell Identifier' attribute.getCellIdentifier()
boolean isNative()
"false"
.
If the meaning of the 'Native' attribute isn't clear, there really should be more of a description here...
setNative(boolean)
,
CorecellPackage.getSCAApplicationModule_Native()
void setNative(boolean value)
Native
' attribute.
value
- the new value of the 'Native' attribute.isNative()
java.lang.String getDeploymentURI()
If the meaning of the 'Deployment URI' attribute isn't clear, there really should be more of a description here...
setDeploymentURI(String)
,
CorecellPackage.getSCAApplicationModule_DeploymentURI()
void setDeploymentURI(java.lang.String value)
Deployment URI
' attribute.
value
- the new value of the 'Deployment URI' attribute.getDeploymentURI()
org.eclipse.emf.common.util.EList getSCDLExports()
SCDLExport
.
If the meaning of the 'SCDL Exports' containment reference list isn't clear, there really should be more of a description here...
CorecellPackage.getSCAApplicationModule_SCDLExports()
org.eclipse.emf.common.util.EList getSCDLImports()
SCDLImport
.
If the meaning of the 'SCDL Imports' containment reference list isn't clear, there really should be more of a description here...
CorecellPackage.getSCAApplicationModule_SCDLImports()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |