public interface PluginDescriptor extends IdEObject
The following features are supported:
StorePackage.getPluginDescriptor()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PluginConfiguration> |
getConfigurations()
Returns the value of the 'Configurations' reference list.
|
String |
getDefaultName()
Returns the value of the 'Default Name' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
Boolean |
getEnabled()
Returns the value of the 'Enabled' attribute.
|
String |
getLocation()
Returns the value of the 'Location' attribute.
|
String |
getPluginClassName()
Returns the value of the 'Plugin Class Name' attribute.
|
String |
getPluginInterfaceClassName()
Returns the value of the 'Plugin Interface Class Name' attribute.
|
String |
getSimpleName()
Returns the value of the 'Simple Name' attribute.
|
void |
setDefaultName(String value)
Sets the value of the '
Default Name' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setEnabled(Boolean value)
Sets the value of the '
Enabled' attribute. |
void |
setLocation(String value)
Sets the value of the '
Location' attribute. |
void |
setPluginClassName(String value)
Sets the value of the '
Plugin Class Name' attribute. |
void |
setPluginInterfaceClassName(String value)
Sets the value of the '
Plugin Interface Class Name' attribute. |
void |
setSimpleName(String value)
Sets the value of the '
Simple Name' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getSimpleName()
If the meaning of the 'Simple Name' attribute isn't clear, there really should be more of a description here...
setSimpleName(String),
StorePackage.getPluginDescriptor_SimpleName()void setSimpleName(String value)
Simple Name' attribute.
value - the new value of the 'Simple Name' attribute.getSimpleName()String getDefaultName()
If the meaning of the 'Default Name' attribute isn't clear, there really should be more of a description here...
setDefaultName(String),
StorePackage.getPluginDescriptor_DefaultName()void setDefaultName(String value)
Default Name' attribute.
value - the new value of the 'Default Name' attribute.getDefaultName()String getPluginClassName()
If the meaning of the 'Plugin Class Name' attribute isn't clear, there really should be more of a description here...
setPluginClassName(String),
StorePackage.getPluginDescriptor_PluginClassName()void setPluginClassName(String value)
Plugin Class Name' attribute.
value - the new value of the 'Plugin Class Name' attribute.getPluginClassName()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getPluginDescriptor_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String),
StorePackage.getPluginDescriptor_Location()void setLocation(String value)
Location' attribute.
value - the new value of the 'Location' attribute.getLocation()Boolean getEnabled()
If the meaning of the 'Enabled' attribute isn't clear, there really should be more of a description here...
setEnabled(Boolean),
StorePackage.getPluginDescriptor_Enabled()void setEnabled(Boolean value)
Enabled' attribute.
value - the new value of the 'Enabled' attribute.getEnabled()String getPluginInterfaceClassName()
If the meaning of the 'Plugin Interface Class Name' attribute isn't clear, there really should be more of a description here...
setPluginInterfaceClassName(String),
StorePackage.getPluginDescriptor_PluginInterfaceClassName()void setPluginInterfaceClassName(String value)
Plugin Interface Class Name' attribute.
value - the new value of the 'Plugin Interface Class Name' attribute.getPluginInterfaceClassName()org.eclipse.emf.common.util.EList<PluginConfiguration> getConfigurations()
PluginConfiguration.
It is bidirectional and its opposite is 'Plugin Descriptor'.
If the meaning of the 'Configurations' reference list isn't clear, there really should be more of a description here...
StorePackage.getPluginDescriptor_Configurations(),
PluginConfiguration.getPluginDescriptor()Copyright © 2016 OpenSource BIM. All rights reserved.