public interface Trace
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TracePackage.getTrace()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Returns the value of the 'Author' attribute
|
java.util.Date |
getDate()
Returns the value of the 'Date' attribute
|
java.lang.String |
getDocumentation()
Returns the value of the 'Documentation' attribute
|
org.eclipse.emf.common.util.EList<LogicalStep> |
getLogicalSteps()
Returns the value of the 'Logical Steps' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
org.eclipse.emf.common.util.EList<PhysicalBase> |
getPhysicalBases()
Returns the value of the 'Physical Bases' containment reference list.
|
java.lang.String |
getQualifiedName() |
org.eclipse.emf.common.util.EList<Reference> |
getReferences()
Returns the value of the 'References' containment reference list.
|
void |
setAuthor(java.lang.String value)
Sets the value of the '
Author ' attribute |
void |
setDate(java.util.Date value)
Sets the value of the '
Date ' attribute |
void |
setDocumentation(java.lang.String value)
Sets the value of the '
Documentation ' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
org.eclipse.emf.common.util.EList<LogicalStep> getLogicalSteps()
LogicalStep
.
If the meaning of the 'Logical Steps' containment reference list isn't clear, there really should be more of a description here...
TracePackage.getTrace_LogicalSteps()
org.eclipse.emf.common.util.EList<PhysicalBase> getPhysicalBases()
PhysicalBase
.
If the meaning of the 'Physical Bases' containment reference list isn't clear, there really should be more of a description here...
TracePackage.getTrace_PhysicalBases()
org.eclipse.emf.common.util.EList<Reference> getReferences()
Reference
.
If the meaning of the 'References' containment reference list isn't clear, there really should be more of a description here...
TracePackage.getTrace_References()
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)
,
TracePackage.getTrace_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.util.Date getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(Date)
,
TracePackage.getTrace_Date()
void setDate(java.util.Date value)
Date
' attribute.
value
- the new value of the 'Date' attribute.getDate()
java.lang.String getAuthor()
If the meaning of the 'Author' attribute isn't clear, there really should be more of a description here...
setAuthor(String)
,
TracePackage.getTrace_Author()
void setAuthor(java.lang.String value)
Author
' attribute.
value
- the new value of the 'Author' attribute.getAuthor()
java.lang.String getDocumentation()
If the meaning of the 'Documentation' attribute isn't clear, there really should be more of a description here...
setDocumentation(String)
,
TracePackage.getTrace_Documentation()
void setDocumentation(java.lang.String value)
Documentation
' attribute.
value
- the new value of the 'Documentation' attribute.getDocumentation()
java.lang.String getQualifiedName()