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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AncestorVersionSpec, BranchVersionSpec, DateVersionSpec, HeadVersionSpec, PagedUpdateVersionSpec, PrimaryVersionSpec, TagVersionSpec
All Known Implementing Classes:
AncestorVersionSpecImpl, BranchVersionSpecImpl, DateVersionSpecImpl, HeadVersionSpecImpl, PagedUpdateVersionSpecImpl, PrimaryVersionSpecImpl, TagVersionSpecImpl, VersionSpecImpl

public interface VersionSpec
extends org.eclipse.emf.ecore.EObject

A representation of the model object ' Version Spec'.

The following features are supported:

See Also:
VersioningPackage.getVersionSpec()

Field Summary
static String BRANCH_DEFAULT_NAME
          The default branch name 'trunk'.
static String GLOBAL
          Global identifier.
static VersionSpec HEAD_VERSION
          Deprecated. 
 
Method Summary
 String getBranch()
          Returns the value of the 'Branch' attribute.
 void setBranch(String value)
          Sets the value of the ' Branch' attribute.
 
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
 

Field Detail

BRANCH_DEFAULT_NAME

static final String BRANCH_DEFAULT_NAME
The default branch name 'trunk'.

See Also:
Constant Field Values

GLOBAL

static final String GLOBAL
Global identifier.

See Also:
Constant Field Values

HEAD_VERSION

@Deprecated
static final VersionSpec HEAD_VERSION
Deprecated. 
Use Versions instead.

Method Detail

getBranch

String getBranch()
Returns the value of the 'Branch' attribute. The default value is "trunk".

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

Returns:
the value of the 'Branch' attribute.
See Also:
setBranch(String), VersioningPackage.getVersionSpec_Branch()

setBranch

void setBranch(String value)
Sets the value of the ' Branch' attribute.

Parameters:
value - the new value of the 'Branch' attribute.
See Also:
getBranch()


Copyright © 2016. All Rights Reserved.