com.ibm.websphere.models.config.corecell
Interface SCAApplicationModule

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SCAApplicationModuleImpl

public interface SCAApplicationModule
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'SCA Application Module'.

The following features are supported:

See Also:
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CorecellPackage.getSCAApplicationModule_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getApplicationName

java.lang.String getApplicationName()
Returns the value of the 'Application Name' attribute.

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

Returns:
the value of the 'Application Name' attribute.
See Also:
setApplicationName(String), CorecellPackage.getSCAApplicationModule_ApplicationName()

setApplicationName

void setApplicationName(java.lang.String value)
Sets the value of the 'Application Name' attribute.

Parameters:
value - the new value of the 'Application Name' attribute.
See Also:
getApplicationName()

getShortName

java.lang.String getShortName()
Returns the value of the 'Short Name' attribute.

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

Returns:
the value of the 'Short Name' attribute.
See Also:
setShortName(String), CorecellPackage.getSCAApplicationModule_ShortName()

setShortName

void setShortName(java.lang.String value)
Sets the value of the 'Short Name' attribute.

Parameters:
value - the new value of the 'Short Name' attribute.
See Also:
getShortName()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), CorecellPackage.getSCAApplicationModule_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getCellIdentifier

java.lang.String getCellIdentifier()
Returns the value of the 'Cell Identifier' attribute.

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

Returns:
the value of the 'Cell Identifier' attribute.
See Also:
setCellIdentifier(String), CorecellPackage.getSCAApplicationModule_CellIdentifier()

setCellIdentifier

void setCellIdentifier(java.lang.String value)
Sets the value of the 'Cell Identifier' attribute.

Parameters:
value - the new value of the 'Cell Identifier' attribute.
See Also:
getCellIdentifier()

isNative

boolean isNative()
Returns the value of the 'Native' attribute. The default value is "false".

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

Returns:
the value of the 'Native' attribute.
See Also:
setNative(boolean), CorecellPackage.getSCAApplicationModule_Native()

setNative

void setNative(boolean value)
Sets the value of the 'Native' attribute.

Parameters:
value - the new value of the 'Native' attribute.
See Also:
isNative()

getDeploymentURI

java.lang.String getDeploymentURI()
Returns the value of the 'Deployment URI' attribute.

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

Returns:
the value of the 'Deployment URI' attribute.
See Also:
setDeploymentURI(String), CorecellPackage.getSCAApplicationModule_DeploymentURI()

setDeploymentURI

void setDeploymentURI(java.lang.String value)
Sets the value of the 'Deployment URI' attribute.

Parameters:
value - the new value of the 'Deployment URI' attribute.
See Also:
getDeploymentURI()

getSCDLExports

org.eclipse.emf.common.util.EList getSCDLExports()
Returns the value of the 'SCDL Exports' containment reference list. The list contents are of type SCDLExport.

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

Returns:
the value of the 'SCDL Exports' containment reference list.
See Also:
CorecellPackage.getSCAApplicationModule_SCDLExports()

getSCDLImports

org.eclipse.emf.common.util.EList getSCDLImports()
Returns the value of the 'SCDL Imports' containment reference list. The list contents are of type SCDLImport.

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

Returns:
the value of the 'SCDL Imports' containment reference list.
See Also:
CorecellPackage.getSCAApplicationModule_SCDLImports()