org.eclipse.emf.emfstore.internal.server.model.versioning
Interface PathQuery

All Superinterfaces:
APIDelegate<ESPathQuery>, org.eclipse.emf.ecore.EObject, HistoryQuery<ESPathQuery>, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PathQueryImpl

public interface PathQuery
extends HistoryQuery<ESPathQuery>

A representation of the model object ' Path Query'.

See Also:
VersioningPackage.getPathQuery()

Method Summary
 PrimaryVersionSpec getTarget()
          Returns the value of the 'Target' containment reference.
 void setTarget(PrimaryVersionSpec value)
          Sets the value of the 'Target' containment reference.
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.HistoryQuery
getSource, isIncludeAllVersions, isIncludeChangePackages, setIncludeAllVersions, setIncludeChangePackages, setSource
 
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
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
createAPI, toAPI
 

Method Detail

getTarget

PrimaryVersionSpec getTarget()
Returns the value of the 'Target' containment reference.

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

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(PrimaryVersionSpec), VersioningPackage.getPathQuery_Target()

setTarget

void setTarget(PrimaryVersionSpec value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()


Copyright © 2015. All Rights Reserved.