public interface PluginUpdateInformation extends IdEObject
The following features are supported:
org.bimserver.models.store.StorePackage#getPluginUpdateInformation()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PluginVersion> |
getAvailableVersions()
Returns the value of the 'Available Versions' reference list.
|
PluginVersion |
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 |
setLatestVersion(PluginVersion 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),
org.bimserver.models.store.StorePackage#getPluginUpdateInformation_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),
org.bimserver.models.store.StorePackage#getPluginUpdateInformation_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()PluginVersion getLatestVersion()
If the meaning of the 'Latest Version' reference isn't clear, there really should be more of a description here...
setLatestVersion(PluginVersion),
org.bimserver.models.store.StorePackage#getPluginUpdateInformation_LatestVersion()void setLatestVersion(PluginVersion value)
Latest Version' reference.
value - the new value of the 'Latest Version' reference.getLatestVersion()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...
org.bimserver.models.store.StorePackage#getPluginUpdateInformation_AvailableVersions()Copyright © 2018 OpenSource BIM. All rights reserved.