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

All Superinterfaces:
APIDelegate<ESPrimaryVersionSpec>, Comparable<PrimaryVersionSpec>, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VersionSpec
All Known Implementing Classes:
PrimaryVersionSpecImpl

public interface PrimaryVersionSpec
extends VersionSpec, Comparable<PrimaryVersionSpec>, APIDelegate<ESPrimaryVersionSpec>

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

See Also:
VersioningPackage.getPrimaryVersionSpec()

Field Summary
 
Fields inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.VersionSpec
BRANCH_DEFAULT_NAME, GLOBAL, HEAD_VERSION
 
Method Summary
 int getIdentifier()
          Returns the value of the 'Identifier' attribute.
 long getProjectStateChecksum()
          Returns the value of the 'Project State Checksum' attribute.
 void setIdentifier(int value)
          Sets the value of the ' Identifier' attribute.
 void setProjectStateChecksum(long value)
          Sets the value of the ' Project State Checksum' 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 java.lang.Comparable
compareTo
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
createAPI, toAPI
 

Method Detail

getIdentifier

int getIdentifier()
Returns the value of the 'Identifier' attribute.

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

Returns:
the value of the 'Identifier' attribute.
See Also:
setIdentifier(int), VersioningPackage.getPrimaryVersionSpec_Identifier()

setIdentifier

void setIdentifier(int value)
Sets the value of the ' Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()

getProjectStateChecksum

long getProjectStateChecksum()
Returns the value of the 'Project State Checksum' attribute.

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

Returns:
the value of the 'Project State Checksum' attribute.
See Also:
setProjectStateChecksum(long), VersioningPackage.getPrimaryVersionSpec_ProjectStateChecksum()

setProjectStateChecksum

void setProjectStateChecksum(long value)
Sets the value of the ' Project State Checksum' attribute.

Parameters:
value - the new value of the 'Project State Checksum' attribute.
See Also:
getProjectStateChecksum()


Copyright © 2015. All Rights Reserved.