public interface PluginUpdateInformation extends IdEObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PluginVersion> |
getAvailableVersions()
Returns the value of the 'Available Versions' reference list.
|
PluginVersion |
getCurrentVersion()
Returns the value of the 'Current Version' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setCurrentVersion(PluginVersion value)
Sets the value of the '
Current Version' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getPluginUpdateInformation_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()PluginVersion getCurrentVersion()
If the meaning of the 'Current Version' reference isn't clear, there really should be more of a description here...
setCurrentVersion(PluginVersion),
StorePackage.getPluginUpdateInformation_CurrentVersion()void setCurrentVersion(PluginVersion value)
Current Version' reference.
value - the new value of the 'Current Version' reference.getCurrentVersion()org.eclipse.emf.common.util.EList<PluginVersion> getAvailableVersions()
PluginVersion.
If the meaning of the 'Available Versions' reference list isn't clear, there really should be more of a description here...
StorePackage.getPluginUpdateInformation_AvailableVersions()Copyright © 2016 OpenSource BIM. All rights reserved.