public interface PluginInformation extends IdEObject
The following features are supported:
StorePackage.getPluginInformation()| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getIdentifier()
Returns the value of the 'Identifier' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
PluginType |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isEnabled()
Returns the value of the 'Enabled' attribute.
|
boolean |
isInstallForAllUsers()
Returns the value of the 'Install For All Users' attribute.
|
boolean |
isInstallForNewUsers()
Returns the value of the 'Install For New Users' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setEnabled(boolean value)
Sets the value of the '
Enabled' attribute. |
void |
setIdentifier(String value)
Sets the value of the '
Identifier' attribute. |
void |
setInstallForAllUsers(boolean value)
Sets the value of the '
Install For All Users' attribute. |
void |
setInstallForNewUsers(boolean value)
Sets the value of the '
Install For New Users' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setType(PluginType value)
Sets the value of the '
Type' 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.getPluginInformation_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()PluginType getType()
PluginType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
PluginType,
setType(PluginType),
StorePackage.getPluginInformation_Type()void setType(PluginType value)
Type' attribute.
value - the new value of the 'Type' attribute.PluginType,
getType()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getPluginInformation_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()boolean isEnabled()
If the meaning of the 'Enabled' attribute isn't clear, there really should be more of a description here...
setEnabled(boolean),
StorePackage.getPluginInformation_Enabled()void setEnabled(boolean value)
Enabled' attribute.
value - the new value of the 'Enabled' attribute.isEnabled()String getIdentifier()
If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
setIdentifier(String),
StorePackage.getPluginInformation_Identifier()void setIdentifier(String value)
Identifier' attribute.
value - the new value of the 'Identifier' attribute.getIdentifier()boolean isInstallForAllUsers()
If the meaning of the 'Install For All Users' attribute isn't clear, there really should be more of a description here...
setInstallForAllUsers(boolean),
StorePackage.getPluginInformation_InstallForAllUsers()void setInstallForAllUsers(boolean value)
Install For All Users' attribute.
value - the new value of the 'Install For All Users' attribute.isInstallForAllUsers()boolean isInstallForNewUsers()
If the meaning of the 'Install For New Users' attribute isn't clear, there really should be more of a description here...
setInstallForNewUsers(boolean),
StorePackage.getPluginInformation_InstallForNewUsers()void setInstallForNewUsers(boolean value)
Install For New Users' attribute.
value - the new value of the 'Install For New Users' attribute.isInstallForNewUsers()Copyright © 2018 OpenSource BIM. All rights reserved.