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

All Superinterfaces:
APIDelegate<ESBranchInfo>, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BranchInfoImpl

public interface BranchInfo
extends org.eclipse.emf.ecore.EObject, APIDelegate<ESBranchInfo>

A representation of the model object ' Branch Info'.

See Also:
VersioningPackage.getBranchInfo()

Method Summary
 PrimaryVersionSpec getHead()
          Returns the value of the 'Head' containment reference.
 String getName()
          Returns the value of the 'Name' attribute.
 PrimaryVersionSpec getSource()
          Returns the value of the 'Source' containment reference.
 void setHead(PrimaryVersionSpec value)
          Sets the value of the 'Head' containment reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setSource(PrimaryVersionSpec value)
          Sets the value of the 'Source' 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
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
createAPI, toAPI
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), VersioningPackage.getBranchInfo_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getHead

PrimaryVersionSpec getHead()
Returns the value of the 'Head' containment reference.

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

Returns:
the value of the 'Head' containment reference.
See Also:
setHead(PrimaryVersionSpec), VersioningPackage.getBranchInfo_Head()

setHead

void setHead(PrimaryVersionSpec value)
Sets the value of the 'Head' containment reference.

Parameters:
value - the new value of the 'Head' containment reference.
See Also:
getHead()

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.getBranchInfo_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.