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

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

public interface TagVersionSpec
extends VersionSpec, APIDelegate<ESTagVersionSpec>

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

See Also:
VersioningPackage.getTagVersionSpec()

Field Summary
 
Fields inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.VersionSpec
BRANCH_DEFAULT_NAME, GLOBAL, HEAD_VERSION
 
Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

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.getTagVersionSpec_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()


Copyright © 2015. All Rights Reserved.