org.objectweb.dsrg.sofa.repository.model
Interface Version

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

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

A representation of the model object 'Version'.

The following features are supported:

See Also:
ModelPackage.getVersion()
Generated from the meta-model
Part of the meta-model

Method Summary
 VersionedEntity getEntity()
          Returns the value of the 'Entity' container reference.
 java.lang.String getPrevVersion()
          Returns the value of the 'Prev Version' attribute
 org.eclipse.emf.common.util.EList<Info> getTag()
          Returns the value of the 'Tag' containment reference list.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setEntity(VersionedEntity value)
          Sets the value of the 'Entity' container reference
 void setVersion(java.lang.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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getVersion

java.lang.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.getVersion_Version()
Generated from the meta-model
Part of the meta-model

setVersion

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

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

getPrevVersion

java.lang.String getPrevVersion()
Returns the value of the 'Prev Version' attribute.

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

Returns:
the value of the 'Prev Version' attribute.
See Also:
ModelPackage.getVersion_PrevVersion()
Generated from the meta-model
Part of the meta-model
suppressedSetVisibility="true"

getEntity

VersionedEntity getEntity()
Returns the value of the 'Entity' container reference. It is bidirectional and its opposite is 'Version'.

If the meaning of the 'Entity' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Entity' container reference.
See Also:
setEntity(VersionedEntity), ModelPackage.getVersion_Entity(), VersionedEntity.getVersion()
Generated from the meta-model
Part of the meta-model
opposite="version" transient="false"

setEntity

void setEntity(VersionedEntity value)
Sets the value of the 'Entity' container reference.

Parameters:
value - the new value of the 'Entity' container reference.
See Also:
getEntity()
Generated from the meta-model

getTag

org.eclipse.emf.common.util.EList<Info> getTag()
Returns the value of the 'Tag' containment reference list. The list contents are of type Info.

If the meaning of the 'Tag' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tag' containment reference list.
See Also:
ModelPackage.getVersion_Tag()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"