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

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

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

A representation of the model object ' Client Version Info'.

The following features are supported:

See Also:
ModelPackage.getClientVersionInfo()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 String getVersion()
          Returns the value of the 'Version' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setVersion(String value)
          Sets the value of the ' Version' 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

getVersion

String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), ModelPackage.getClientVersionInfo_Version()

setVersion

void setVersion(String value)
Sets the value of the ' Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ModelPackage.getClientVersionInfo_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()


Copyright © 2015. All Rights Reserved.