public interface TestDiff
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigPackage.getTestDiff()| Modifier and Type | Method and Description |
|---|---|
TestConfig |
getConfig()
Returns the value of the 'Config' reference.
|
Date |
getLastUpdate()
Returns the value of the 'Last Update' attribute.
|
TestResult |
getNewResult()
Returns the value of the 'New Result' containment reference.
|
TestResult |
getOldResult()
Returns the value of the 'Old Result' containment reference.
|
void |
setConfig(TestConfig value)
Sets the value of the '
Config' reference. |
void |
setLastUpdate(Date value)
Sets the value of the '
Last Update' attribute. |
void |
setNewResult(TestResult value)
Sets the value of the '
New Result' containment reference. |
void |
setOldResult(TestResult value)
Sets the value of the '
Old Result' containment reference. |
Date getLastUpdate()
If the meaning of the 'Last Update' attribute isn't clear, there really should be more of a description here...
setLastUpdate(Date),
ConfigPackage.getTestDiff_LastUpdate()void setLastUpdate(Date value)
Last Update' attribute.
value - the new value of the 'Last Update' attribute.getLastUpdate()TestConfig getConfig()
If the meaning of the 'Config' reference isn't clear, there really should be more of a description here...
setConfig(TestConfig),
ConfigPackage.getTestDiff_Config()void setConfig(TestConfig value)
Config' reference.
value - the new value of the 'Config' reference.getConfig()TestResult getOldResult()
If the meaning of the 'Old Result' containment reference isn't clear, there really should be more of a description here...
setOldResult(TestResult),
ConfigPackage.getTestDiff_OldResult()void setOldResult(TestResult value)
Old Result' containment reference.
value - the new value of the 'Old Result' containment reference.getOldResult()TestResult getNewResult()
If the meaning of the 'New Result' containment reference isn't clear, there really should be more of a description here...
setNewResult(TestResult),
ConfigPackage.getTestDiff_NewResult()void setNewResult(TestResult value)
New Result' containment reference.
value - the new value of the 'New Result' containment reference.getNewResult()Copyright © 2017. All rights reserved.