| Package | Description |
|---|---|
| org.eclipse.modisco.manifest | |
| org.eclipse.modisco.manifest.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
T |
ManifestSwitch.caseVersion(Version object)
Returns the result of interpreting the object as an instance of 'Version'.
|