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

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

public interface PagedUpdateVersionSpec
extends VersionSpec, APIDelegate<ESPagedUpdateVersionSpec>

A representation of the model object 'Paged Update Version Spec'.

See Also:
VersioningPackage.getPagedUpdateVersionSpec()

Field Summary
 
Fields inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.VersionSpec
BRANCH_DEFAULT_NAME, GLOBAL, HEAD_VERSION
 
Method Summary
 PrimaryVersionSpec getBaseVersionSpec()
          Returns the value of the 'Base Version Spec' containment reference.
 int getMaxChanges()
          Returns the value of the 'Max Changes' attribute.
 void setBaseVersionSpec(PrimaryVersionSpec value)
          Sets the value of the ' Base Version Spec' containment reference.
 void setMaxChanges(int value)
          Sets the value of the ' Max Changes' 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

getMaxChanges

int getMaxChanges()
Returns the value of the 'Max Changes' attribute.

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

Returns:
the value of the 'Max Changes' attribute.
See Also:
setMaxChanges(int), VersioningPackage.getPagedUpdateVersionSpec_MaxChanges()

setMaxChanges

void setMaxChanges(int value)
Sets the value of the ' Max Changes' attribute.

Parameters:
value - the new value of the 'Max Changes' attribute.
See Also:
getMaxChanges()

getBaseVersionSpec

PrimaryVersionSpec getBaseVersionSpec()
Returns the value of the 'Base Version Spec' containment reference.

If the meaning of the 'Base Version Spec' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Version Spec' containment reference.
See Also:
setBaseVersionSpec(PrimaryVersionSpec), VersioningPackage.getPagedUpdateVersionSpec_BaseVersionSpec()

setBaseVersionSpec

void setBaseVersionSpec(PrimaryVersionSpec value)
Sets the value of the ' Base Version Spec' containment reference.

Parameters:
value - the new value of the 'Base Version Spec' containment reference.
See Also:
getBaseVersionSpec()


Copyright © 2015. All Rights Reserved.