|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCAModuleTraceConfig
A representation of the model object 'SCA Module Trace Config'.
The following features are supported:
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 |
---|
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)
,
XCTConfigPackage.getSCAModuleTraceConfig_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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)
,
XCTConfigPackage.getSCAModuleTraceConfig_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)
,
XCTConfigPackage.getSCAModuleTraceConfig_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
java.lang.String getCellID()
If the meaning of the 'Cell ID' attribute isn't clear, there really should be more of a description here...
setCellID(String)
,
XCTConfigPackage.getSCAModuleTraceConfig_CellID()
void setCellID(java.lang.String value)
Cell ID
' attribute.
value
- the new value of the 'Cell ID' attribute.getCellID()
java.lang.String getDataCapture()
If the meaning of the 'Data Capture' attribute isn't clear, there really should be more of a description here...
setDataCapture(String)
,
XCTConfigPackage.getSCAModuleTraceConfig_DataCapture()
void setDataCapture(java.lang.String value)
Data Capture
' attribute.
value
- the new value of the 'Data Capture' attribute.getDataCapture()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |