public interface InternalServicePluginConfiguration extends PluginConfiguration
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
UserSettings |
getUserSettings()
Returns the value of the 'User Settings' reference.
|
boolean |
isPublicProfile()
Returns the value of the 'Public Profile' attribute.
|
boolean |
isRemoteAccessible()
Returns the value of the 'Remote Accessible' attribute.
|
void |
setPublicProfile(boolean value)
Sets the value of the '
Public Profile' attribute. |
void |
setRemoteAccessible(boolean value)
Sets the value of the '
Remote Accessible' attribute. |
void |
setUserSettings(UserSettings value)
Sets the value of the '
User Settings' reference. |
getDescription, getEnabled, getName, getPluginDescriptor, getSettings, setDescription, setEnabled, setName, setPluginDescriptor, setSettingsforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeboolean isRemoteAccessible()
If the meaning of the 'Remote Accessible' attribute isn't clear, there really should be more of a description here...
setRemoteAccessible(boolean),
StorePackage.getInternalServicePluginConfiguration_RemoteAccessible()void setRemoteAccessible(boolean value)
Remote Accessible' attribute.
value - the new value of the 'Remote Accessible' attribute.isRemoteAccessible()UserSettings getUserSettings()
Services'.
If the meaning of the 'User Settings' reference isn't clear, there really should be more of a description here...
setUserSettings(UserSettings),
StorePackage.getInternalServicePluginConfiguration_UserSettings(),
UserSettings.getServices()void setUserSettings(UserSettings value)
User Settings' reference.
value - the new value of the 'User Settings' reference.getUserSettings()boolean isPublicProfile()
If the meaning of the 'Public Profile' attribute isn't clear, there really should be more of a description here...
setPublicProfile(boolean),
StorePackage.getInternalServicePluginConfiguration_PublicProfile()void setPublicProfile(boolean value)
Public Profile' attribute.
value - the new value of the 'Public Profile' attribute.isPublicProfile()Copyright © 2016 OpenSource BIM. All rights reserved.