Package de.xima.fc.plugin.config
Interface IPluginConfigParam
-
- All Superinterfaces:
IBasicConfigParam
- All Known Implementing Classes:
PluginConfigGroupItem,PluginConfigParam
public interface IPluginConfigParam extends IBasicConfigParam
Interface für Plugin-Konfigurations-Parameter- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIPluginConfigParam.EPluginParamBehaviorDefinitionsmöglichkeiten für das Verhalten eines Plugin Parameters
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPluginConfigParam.EPluginParamBehaviorgetBehavior()Liefert das Aussage, wie der Parameter innerhalb der Pluginlogik interprertiert wird, also ob es sich um einen Input- oder Output-Parameter handelt.-
Methods inherited from interface de.xima.fc.plugin.config.IBasicConfigParam
getDefaultValue, getDependentMandatoryParamNames, getDescription, getDisplayName, getName, isCrypticValue, isGroupItem, isMandatory, isNameEditable
-
-
-
-
Method Detail
-
getBehavior
IPluginConfigParam.EPluginParamBehavior getBehavior()
Liefert das Aussage, wie der Parameter innerhalb der Pluginlogik interprertiert wird, also ob es sich um einen Input- oder Output-Parameter handelt.- Returns:
- Enum vom Typ
IPluginConfigParam.EPluginParamBehavior
-
-