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

Packages that use Version
org.objectweb.dsrg.sofa.repository   
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of Version in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type Version
static org.eclipse.emf.common.util.URI SofaURIFactory.createDataURI(java.lang.String name, Version version)
          Static method used to create instance of SofaURI which uniquely represents DATA content of repository.
static org.eclipse.emf.common.util.URI SofaURIFactory.createURI(java.lang.String name, Version version)
          Static method used to create instance of SofaURI which uniquely represents META content of repository.
 

Uses of Version in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return Version
 Version ModelFactory.createVersion()
          Returns a new object of class 'Version'
 Version ModelFactory.createVersion(java.lang.String versionString)
          Returns a new object of class 'Version' with initialized value.
 Version VersionedEntity.getVersion()
          Returns the value of the 'Version' containment reference.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type Version
 void VersionedEntity.setVersion(Version value)
          Sets the value of the 'Version' containment reference
 

Uses of Version in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Version
 class VersionImpl
          An implementation of the model object 'Version'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as Version
protected  Version VersionedEntityImpl.version
          The cached value of the 'Version' containment reference
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Version
 Version VersionedEntityImpl.basicGetVersion()
           
 Version ModelFactoryImpl.createVersion()
           
 Version ModelFactoryImpl.createVersion(java.lang.String versionString)
           
 Version VersionedEntityImpl.getVersion()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type Version
 org.eclipse.emf.common.notify.NotificationChain VersionedEntityImpl.basicSetVersion(Version newVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VersionedEntityImpl.setVersion(Version newVersion)
           
 

Uses of Version in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Version
 T ModelSwitch.caseVersion(Version object)
          Returns the result of interpreting the object as an instance of 'Version'