org.eclipse.emf.emfstore.internal.server.model
Interface VersionInfo

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

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

A representation of the model object ' Version Info'.

The following features are supported:

See Also:
ModelPackage.getVersionInfo()

Method Summary
 org.osgi.framework.Version getEmfStoreVersion()
          Returns the value of the 'Emf Store Version String' attribute as a Version.
 String getEmfStoreVersionString()
          Returns the value of the 'Emf Store Version String' attribute.
 void setEmfStoreVersion(org.osgi.framework.Version emfStoreVersion)
          Sets the value of the ' Emf Store Version String' attribute.
 void setEmfStoreVersionString(String value)
          Sets the value of the ' Emf Store Version String' 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

getEmfStoreVersionString

String getEmfStoreVersionString()
Returns the value of the 'Emf Store Version String' attribute.

If the meaning of the 'Emf Store Version String' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Emf Store Version String' attribute.
See Also:
setEmfStoreVersionString(String), ModelPackage.getVersionInfo_EmfStoreVersionString()

setEmfStoreVersionString

void setEmfStoreVersionString(String value)
Sets the value of the ' Emf Store Version String' attribute.

Parameters:
value - the new value of the 'Emf Store Version String' attribute.
See Also:
getEmfStoreVersionString()

getEmfStoreVersion

org.osgi.framework.Version getEmfStoreVersion()
Returns the value of the 'Emf Store Version String' attribute as a Version.

Returns:
the version of the emf store plugin.

setEmfStoreVersion

void setEmfStoreVersion(org.osgi.framework.Version emfStoreVersion)
Sets the value of the ' Emf Store Version String' attribute.

Parameters:
emfStoreVersion - the version of the emf store plugin


Copyright © 2015. All Rights Reserved.