com.ibm.websphere.models.config.xct
Interface SCAModuleTraceConfig

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

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

A representation of the model object 'SCA Module Trace Config'.

The following features are supported:

See Also:
XCTConfigPackage.getSCAModuleTraceConfig()

Method Summary
 java.lang.String getCellID()
          Returns the value of the 'Cell ID' attribute
 java.lang.String getDataCapture()
          Returns the value of the 'Data Capture' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getShortName()
          Returns the value of the 'Short Name' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setCellID(java.lang.String value)
          Sets the value of the 'Cell ID' attribute
 void setDataCapture(java.lang.String value)
          Sets the value of the 'Data Capture' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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), XCTConfigPackage.getSCAModuleTraceConfig_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()

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), XCTConfigPackage.getSCAModuleTraceConfig_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), XCTConfigPackage.getSCAModuleTraceConfig_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()

getCellID

java.lang.String getCellID()
Returns the value of the 'Cell ID' attribute.

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

Returns:
the value of the 'Cell ID' attribute.
See Also:
setCellID(String), XCTConfigPackage.getSCAModuleTraceConfig_CellID()

setCellID

void setCellID(java.lang.String value)
Sets the value of the 'Cell ID' attribute.

Parameters:
value - the new value of the 'Cell ID' attribute.
See Also:
getCellID()

getDataCapture

java.lang.String getDataCapture()
Returns the value of the 'Data Capture' attribute.

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

Returns:
the value of the 'Data Capture' attribute.
See Also:
setDataCapture(String), XCTConfigPackage.getSCAModuleTraceConfig_DataCapture()

setDataCapture

void setDataCapture(java.lang.String value)
Sets the value of the 'Data Capture' attribute.

Parameters:
value - the new value of the 'Data Capture' attribute.
See Also:
getDataCapture()