public class PluginConfigGroupItem extends AConfigParam implements IPluginConfigParam, Serializable
IPluginConfigParam.EPluginParamBehavior
crypticValue, defaultValue, dependentMandatoryParamNames, description, mandatory, name, nameEditable
Constructor and Description |
---|
PluginConfigGroupItem(String groupingName) |
PluginConfigGroupItem(String groupingName,
String description) |
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isGroupItem()
Legt fest, ob der Parameter als Gruppierungüberschrift dient.
|
addDependentMandatoryParamName, equals, getDefaultValue, getDependentMandatoryParamNames, getDescription, getName, hashCode, isCrypticValue, isMandatory, isNameEditable, setCrypticValue, setDefaultValue, setDependentMandatoryParamNames, setDescription, setMandatory, setName, setNameEditable, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDefaultValue, getDependentMandatoryParamNames, getDescription, getName, isCrypticValue, isMandatory, isNameEditable
public PluginConfigGroupItem(String groupingName)
public IPluginConfigParam.EPluginParamBehavior getBehavior()
IPluginConfigParam
getBehavior
in interface IPluginConfigParam
IPluginConfigParam.EPluginParamBehavior
public boolean isGroupItem()
IBasicConfigParam
isGroupItem
in interface IBasicConfigParam
isGroupItem
in class AConfigParam
true
wenn es sich bei dem zugrundeliegenden Element um ein Strukturierungselement handelt,
sonst false
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.