org.eclipse.emf.emfstore.internal.common.model
Interface ModelVersion

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ModelVersionImpl

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

A representation of the model object 'Version'.

The following features are supported:

See Also:
ModelPackage.getModelVersion()

Method Summary
 int getReleaseNumber()
          Returns the value of the 'Release Number' attribute.
 void setReleaseNumber(int value)
          Sets the value of the 'Release Number' 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
 

Method Detail

getReleaseNumber

int getReleaseNumber()
Returns the value of the 'Release Number' attribute.

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

Returns:
the value of the 'Release Number' attribute.
See Also:
setReleaseNumber(int), ModelPackage.getModelVersion_ReleaseNumber()

setReleaseNumber

void setReleaseNumber(int value)
Sets the value of the 'Release Number' attribute.

Parameters:
value - the new value of the 'Release Number' attribute.
See Also:
getReleaseNumber()


Copyright © 2015. All Rights Reserved.