public interface BranchInfo extends org.eclipse.emf.ecore.EObject, APIDelegate<ESBranchInfo>
VersioningPackage.getBranchInfo()| Modifier and Type | Method and Description |
|---|---|
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. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
VersioningPackage.getBranchInfo_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()PrimaryVersionSpec getHead()
If the meaning of the 'Head' containment reference isn't clear, there really should be more of a description here...
setHead(PrimaryVersionSpec),
VersioningPackage.getBranchInfo_Head()void setHead(PrimaryVersionSpec value)
Head' containment reference.
value - the new value of the 'Head' containment reference.getHead()PrimaryVersionSpec getSource()
If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...
setSource(PrimaryVersionSpec),
VersioningPackage.getBranchInfo_Source()void setSource(PrimaryVersionSpec value)
Source' containment reference.
value - the new value of the 'Source' containment reference.getSource()Copyright © 2017. All rights reserved.