org.eclipse.emf.emfstore.internal.fuzzy.emf.config
Interface TestDiff

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TestDiffImpl

public interface TestDiff
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'ESFuzzyTest Diff'.

The following features are supported:

See Also:
ConfigPackage.getTestDiff()

Method Summary
 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.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLastUpdate

Date getLastUpdate()
Returns the value of the 'Last Update' attribute.

If the meaning of the 'Last Update' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Last Update' attribute.
See Also:
setLastUpdate(Date), ConfigPackage.getTestDiff_LastUpdate()

setLastUpdate

void setLastUpdate(Date value)
Sets the value of the 'Last Update' attribute.

Parameters:
value - the new value of the 'Last Update' attribute.
See Also:
getLastUpdate()

getConfig

TestConfig getConfig()
Returns the value of the 'Config' reference.

If the meaning of the 'Config' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Config' reference.
See Also:
setConfig(TestConfig), ConfigPackage.getTestDiff_Config()

setConfig

void setConfig(TestConfig value)
Sets the value of the 'Config' reference.

Parameters:
value - the new value of the 'Config' reference.
See Also:
getConfig()

getOldResult

TestResult getOldResult()
Returns the value of the 'Old Result' containment reference.

If the meaning of the 'Old Result' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Old Result' containment reference.
See Also:
setOldResult(TestResult), ConfigPackage.getTestDiff_OldResult()

setOldResult

void setOldResult(TestResult value)
Sets the value of the 'Old Result' containment reference.

Parameters:
value - the new value of the 'Old Result' containment reference.
See Also:
getOldResult()

getNewResult

TestResult getNewResult()
Returns the value of the 'New Result' containment reference.

If the meaning of the 'New Result' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'New Result' containment reference.
See Also:
setNewResult(TestResult), ConfigPackage.getTestDiff_NewResult()

setNewResult

void setNewResult(TestResult value)
Sets the value of the 'New Result' containment reference.

Parameters:
value - the new value of the 'New Result' containment reference.
See Also:
getNewResult()


Copyright © 2015. All Rights Reserved.