org.eclipse.emf.compare.diff.metamodel
Interface ModelInputSnapshot

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

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

A representation of the model object 'Model Input Snapshot'.

The following features are supported:

See Also:
DiffPackage.getModelInputSnapshot()

Method Summary
 java.util.Date getDate()
          Returns the value of the 'Date' attribute
 DiffModel getDiff()
          Returns the value of the 'Diff' containment reference
 MatchModel getMatch()
          Returns the value of the 'Match' containment reference
 void setDate(java.util.Date value)
          Sets the value of the 'Date' attribute
 void setDiff(DiffModel value)
          Sets the value of the 'Diff' containment reference
 void setMatch(MatchModel value)
          Sets the value of the 'Match' containment reference
 
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

getDate

java.util.Date getDate()
Returns the value of the 'Date' attribute.

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

Returns:
the value of the 'Date' attribute.
See Also:
setDate(Date), DiffPackage.getModelInputSnapshot_Date()

getDiff

DiffModel getDiff()
Returns the value of the 'Diff' containment reference.

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

Returns:
the value of the 'Diff' containment reference.
See Also:
setDiff(DiffModel), DiffPackage.getModelInputSnapshot_Diff()

getMatch

MatchModel getMatch()
Returns the value of the 'Match' containment reference.

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

Returns:
the value of the 'Match' containment reference.
See Also:
setMatch(MatchModel), DiffPackage.getModelInputSnapshot_Match()

setDate

void setDate(java.util.Date value)
Sets the value of the 'Date' attribute.

Parameters:
value - the new value of the 'Date' attribute.
See Also:
getDate()

setDiff

void setDiff(DiffModel value)
Sets the value of the 'Diff' containment reference.

Parameters:
value - the new value of the 'Diff' containment reference.
See Also:
getDiff()

setMatch

void setMatch(MatchModel value)
Sets the value of the 'Match' containment reference.

Parameters:
value - the new value of the 'Match' containment reference.
See Also:
getMatch()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.