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

All Superinterfaces:
APIDelegate<ESAncestorVersionSpec>, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VersionSpec
All Known Implementing Classes:
AncestorVersionSpecImpl

public interface AncestorVersionSpec
extends VersionSpec, APIDelegate<ESAncestorVersionSpec>

A representation of the model object ' Ancestor Version Spec'.

See Also:
VersioningPackage.getAncestorVersionSpec()

Field Summary
 
Fields inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.VersionSpec
BRANCH_DEFAULT_NAME, GLOBAL, HEAD_VERSION
 
Method Summary
 PrimaryVersionSpec getSource()
          Returns the value of the 'Source' containment reference.
 PrimaryVersionSpec getTarget()
          Returns the value of the 'Target' containment reference.
 void setSource(PrimaryVersionSpec value)
          Sets the value of the ' Source' 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.VersionSpec
getBranch, setBranch
 
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.getAncestorVersionSpec_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()

getSource

PrimaryVersionSpec getSource()
Returns the value of the 'Source' containment reference.

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

Returns:
the value of the 'Source' containment reference.
See Also:
setSource(PrimaryVersionSpec), VersioningPackage.getAncestorVersionSpec_Source()

setSource

void setSource(PrimaryVersionSpec value)
Sets the value of the ' Source' containment reference.

Parameters:
value - the new value of the 'Source' containment reference.
See Also:
getSource()


Copyright © 2015. All Rights Reserved.