public interface Trace
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TraceabilityPackage.getTrace()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<java.lang.Object> |
getObjects()
Returns the value of the 'Objects' attribute list.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getParams()
Returns the value of the 'Params' reference list.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getTargets()
Returns the value of the 'Targets' reference list.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getTargets()
EObject
.
If the meaning of the 'Targets' reference list isn't clear, there really should be more of a description here...
TraceabilityPackage.getTrace_Targets()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
TraceabilityPackage.getTrace_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getParams()
EObject
.
If the meaning of the 'Params' reference list isn't clear, there really should be more of a description here...
TraceabilityPackage.getTrace_Params()
org.eclipse.emf.common.util.EList<java.lang.Object> getObjects()
Object
.
If the meaning of the 'Objects' attribute list isn't clear, there really should be more of a description here...
TraceabilityPackage.getTrace_Objects()