Uses of Interface
org.eclipse.modisco.manifest.Version

Packages that use Version
org.eclipse.modisco.manifest   
org.eclipse.modisco.manifest.util   
 

Uses of Version in org.eclipse.modisco.manifest
 

Methods in org.eclipse.modisco.manifest that return Version
 Version ManifestFactory.createVersion()
          Returns a new object of class 'Version'.
 Version ImportedPackage.getVersion()
          Returns the value of the 'Version' containment reference.
 Version RequiredBundle.getVersion()
          Returns the value of the 'Version' containment reference.
 

Methods in org.eclipse.modisco.manifest with parameters of type Version
 void ImportedPackage.setVersion(Version value)
          Sets the value of the 'Version' containment reference.
 void RequiredBundle.setVersion(Version value)
          Sets the value of the 'Version' containment reference.
 

Uses of Version in org.eclipse.modisco.manifest.util
 

Methods in org.eclipse.modisco.manifest.util with parameters of type Version
 T ManifestSwitch.caseVersion(Version object)
          Returns the result of interpreting the object as an instance of 'Version'.