public interface PluginBundle extends IdEObject
The following features are supported:
StorePackage.getPluginBundle()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PluginBundleVersion> |
getAvailableVersions()
Returns the value of the 'Available Versions' reference list.
|
PluginBundleVersion |
getInstalledVersion()
Returns the value of the 'Installed Version' reference.
|
PluginBundleVersion |
getLatestVersion()
Returns the value of the 'Latest Version' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getOrganization()
Returns the value of the 'Organization' attribute.
|
void |
setInstalledVersion(PluginBundleVersion value)
Sets the value of the '
Installed Version' reference. |
void |
setLatestVersion(PluginBundleVersion value)
Sets the value of the '
Latest Version' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setOrganization(String value)
Sets the value of the '
Organization' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getOrganization()
If the meaning of the 'Organization' attribute isn't clear, there really should be more of a description here...
setOrganization(String),
StorePackage.getPluginBundle_Organization()void setOrganization(String value)
Organization' attribute.
value - the new value of the 'Organization' attribute.getOrganization()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getPluginBundle_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()PluginBundleVersion getLatestVersion()
If the meaning of the 'Latest Version' reference isn't clear, there really should be more of a description here...
setLatestVersion(PluginBundleVersion),
StorePackage.getPluginBundle_LatestVersion()void setLatestVersion(PluginBundleVersion value)
Latest Version' reference.
value - the new value of the 'Latest Version' reference.getLatestVersion()org.eclipse.emf.common.util.EList<PluginBundleVersion> getAvailableVersions()
PluginBundleVersion.
If the meaning of the 'Available Versions' reference list isn't clear, there really should be more of a description here...
StorePackage.getPluginBundle_AvailableVersions()PluginBundleVersion getInstalledVersion()
If the meaning of the 'Installed Version' reference list isn't clear, there really should be more of a description here...
setInstalledVersion(PluginBundleVersion),
StorePackage.getPluginBundle_InstalledVersion()void setInstalledVersion(PluginBundleVersion value)
Installed Version' reference.
value - the new value of the 'Installed Version' reference.getInstalledVersion()Copyright © 2018 OpenSource BIM. All rights reserved.