public interface Trace
A representation of the model object 'Trace'.
The following features are supported:
traceabilitymodelPackage.getTrace()
Method Summary | |
---|---|
ModelElementRef |
getOriginatingElement()
Returns the value of the 'Originating Element' reference |
org.eclipse.emf.common.util.EList |
getSegment()
Returns the value of the 'Segment' reference list. |
java.lang.String |
getSourceOperationID()
Returns the value of the 'Source Operation ID' attribute |
java.lang.String |
getSourceOperationName()
Returns the value of the 'Source Operation Name' attribute |
void |
setOriginatingElement(ModelElementRef value)
Sets the value of the ' Originating Element ' reference |
void |
setSourceOperationID(java.lang.String value)
Sets the value of the ' Source Operation ID ' attribute |
void |
setSourceOperationName(java.lang.String value)
Sets the value of the ' Source Operation Name ' 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 |
---|
ModelElementRef getOriginatingElement()
If the meaning of the 'Originating Element' reference isn't clear, there really should be more of a description here...
setOriginatingElement(ModelElementRef)
,
traceabilitymodelPackage.getTrace_OriginatingElement()
void setOriginatingElement(ModelElementRef value)
Originating Element
' reference.
value
- the new value of the 'Originating Element' reference.getOriginatingElement()
org.eclipse.emf.common.util.EList getSegment()
TraceableSegment
.
If the meaning of the 'Segment' reference list isn't clear, there really should be more of a description here...
traceabilitymodelPackage.getTrace_Segment()
java.lang.String getSourceOperationID()
If the meaning of the 'Source Operation ID' attribute isn't clear, there really should be more of a description here...
setSourceOperationID(String)
,
traceabilitymodelPackage.getTrace_SourceOperationID()
void setSourceOperationID(java.lang.String value)
Source Operation ID
' attribute.
value
- the new value of the 'Source Operation ID' attribute.getSourceOperationID()
java.lang.String getSourceOperationName()
If the meaning of the 'Source Operation Name' attribute isn't clear, there really should be more of a description here...
setSourceOperationName(String)
,
traceabilitymodelPackage.getTrace_SourceOperationName()
void setSourceOperationName(java.lang.String value)
Source Operation Name
' attribute.
value
- the new value of the 'Source Operation Name' attribute.getSourceOperationName()