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

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

public interface SCASCDLImportBinding
extends SCDLBinding

A representation of the model object 'SCASCDL Import Binding'.

The following features are supported:

See Also:
CorecellPackage.getSCASCDLImportBinding()

Method Summary
 java.lang.String getCellIdentifier()
          Returns the value of the 'Cell Identifier' attribute
 java.lang.String getExportName()
          Returns the value of the 'Export Name' attribute
 java.lang.String getModuleName()
          Returns the value of the 'Module Name' attribute
 java.lang.String getModuleShortName()
          Returns the value of the 'Module Short Name' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setCellIdentifier(java.lang.String value)
          Sets the value of the 'Cell Identifier' attribute
 void setExportName(java.lang.String value)
          Sets the value of the 'Export Name' attribute
 void setModuleName(java.lang.String value)
          Sets the value of the 'Module Name' attribute
 void setModuleShortName(java.lang.String value)
          Sets the value of the 'Module 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

getModuleName

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

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

Returns:
the value of the 'Module Name' attribute.
See Also:
setModuleName(String), CorecellPackage.getSCASCDLImportBinding_ModuleName()

setModuleName

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

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

getModuleShortName

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

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

Returns:
the value of the 'Module Short Name' attribute.
See Also:
setModuleShortName(String), CorecellPackage.getSCASCDLImportBinding_ModuleShortName()

setModuleShortName

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

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

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.getSCASCDLImportBinding_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()

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.getSCASCDLImportBinding_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()

getExportName

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

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

Returns:
the value of the 'Export Name' attribute.
See Also:
setExportName(String), CorecellPackage.getSCASCDLImportBinding_ExportName()

setExportName

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

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