| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Method and Description |
|---|---|
PluginBundleVersion |
StoreFactory.createPluginBundleVersion()
Returns a new object of class 'Plugin Bundle Version'.
|
PluginBundleVersion |
PluginBundle.getInstalledVersion()
Returns the value of the 'Installed Version' reference.
|
PluginBundleVersion |
PluginBundleUpdateInformation.getLatestVersion()
Returns the value of the 'Latest Version' reference.
|
PluginBundleVersion |
PluginBundle.getLatestVersion()
Returns the value of the 'Latest Version' reference.
|
PluginBundleVersion |
PluginDescriptor.getPluginBundleVersion()
Returns the value of the 'Plugin Bundle Version' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PluginBundleVersion> |
PluginBundleUpdateInformation.getAvailableVersions()
Returns the value of the 'Available Versions' reference list.
|
org.eclipse.emf.common.util.EList<PluginBundleVersion> |
PluginBundle.getAvailableVersions()
Returns the value of the 'Available Versions' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginBundle.setInstalledVersion(PluginBundleVersion value)
Sets the value of the '
Installed Version' reference. |
void |
PluginBundleUpdateInformation.setLatestVersion(PluginBundleVersion value)
Sets the value of the '
Latest Version' reference. |
void |
PluginBundle.setLatestVersion(PluginBundleVersion value)
Sets the value of the '
Latest Version' reference. |
void |
PluginDescriptor.setPluginBundleVersion(PluginBundleVersion value)
Sets the value of the '
Plugin Bundle Version' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
PluginBundleVersionImpl
An implementation of the model object 'Plugin Bundle Version'.
|
| Modifier and Type | Method and Description |
|---|---|
PluginBundleVersion |
StoreFactoryImpl.createPluginBundleVersion() |
PluginBundleVersion |
PluginBundleImpl.getInstalledVersion() |
PluginBundleVersion |
PluginBundleImpl.getLatestVersion() |
PluginBundleVersion |
PluginDescriptorImpl.getPluginBundleVersion() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PluginBundleVersion> |
PluginBundleImpl.getAvailableVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginBundleImpl.setInstalledVersion(PluginBundleVersion newInstalledVersion) |
void |
PluginBundleImpl.setLatestVersion(PluginBundleVersion newLatestVersion) |
void |
PluginDescriptorImpl.setPluginBundleVersion(PluginBundleVersion newPluginBundleVersion) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.casePluginBundleVersion(PluginBundleVersion object)
Returns the result of interpreting the object as an instance of 'Plugin Bundle Version'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.