public interface VersionSpec
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VersioningPackage.getVersionSpec()| Modifier and Type | Field and Description |
|---|---|
static String |
BRANCH_DEFAULT_NAME
The default branch name 'trunk'.
|
static String |
GLOBAL
Global identifier.
|
static VersionSpec |
HEAD_VERSION
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBranch()
Returns the value of the 'Branch' attribute.
|
void |
setBranch(String value)
Sets the value of the '
Branch' attribute. |
static final String BRANCH_DEFAULT_NAME
static final String GLOBAL
@Deprecated static final VersionSpec HEAD_VERSION
Versions instead.String getBranch()
"trunk".
If the meaning of the 'Branch' attribute isn't clear, there really should be more of a description here...
setBranch(String),
VersioningPackage.getVersionSpec_Branch()void setBranch(String value)
Branch' attribute. value - the new value of the 'Branch' attribute.getBranch()Copyright © 2017. All rights reserved.