public interface PluginConfiguration extends IdEObject
The following features are supported:
StorePackage.getPluginConfiguration()| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
Boolean |
getEnabled()
Returns the value of the 'Enabled' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
PluginDescriptor |
getPluginDescriptor()
Returns the value of the 'Plugin Descriptor' reference.
|
ObjectType |
getSettings()
Returns the value of the 'Settings' reference.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setEnabled(Boolean value)
Sets the value of the '
Enabled' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPluginDescriptor(PluginDescriptor value)
Sets the value of the '
Plugin Descriptor' reference. |
void |
setSettings(ObjectType value)
Sets the value of the '
Settings' reference. |
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.getPluginConfiguration_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Boolean getEnabled()
If the meaning of the 'Enabled' attribute isn't clear, there really should be more of a description here...
setEnabled(Boolean),
StorePackage.getPluginConfiguration_Enabled()void setEnabled(Boolean value)
Enabled' attribute.
value - the new value of the 'Enabled' attribute.getEnabled()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getPluginConfiguration_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()PluginDescriptor getPluginDescriptor()
Configurations'.
If the meaning of the 'Plugin Descriptor' reference isn't clear, there really should be more of a description here...
setPluginDescriptor(PluginDescriptor),
StorePackage.getPluginConfiguration_PluginDescriptor(),
PluginDescriptor.getConfigurations()void setPluginDescriptor(PluginDescriptor value)
Plugin Descriptor' reference.
value - the new value of the 'Plugin Descriptor' reference.getPluginDescriptor()ObjectType getSettings()
If the meaning of the 'Settings' reference isn't clear, there really should be more of a description here...
setSettings(ObjectType),
StorePackage.getPluginConfiguration_Settings()void setSettings(ObjectType value)
Settings' reference.
value - the new value of the 'Settings' reference.getSettings()Copyright © 2018 OpenSource BIM. All rights reserved.