Package de.xima.fc.plugin.models.config
Class BundleConfigParam
java.lang.Object
de.xima.fc.plugin.models.config.AConfigParam
de.xima.fc.plugin.models.config.BundleConfigParam
- All Implemented Interfaces:
IBasicConfigParam
,IBundleConfigParam
,Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.plugin.models.config.AConfigParam
crypticValue, defaultValue, dependentMandatoryParamNames, description, mandatory, name, nameEditable
-
Constructor Summary
ConstructorsConstructorDescriptionBundleConfigParam
(String name, String description, boolean mandatory) BundleConfigParam
(String name, String description, boolean mandatory, boolean crypticValue) BundleConfigParam
(String name, String description, boolean mandatory, boolean crypticValue, String defaultValue) BundleConfigParam
(String name, String description, boolean mandatory, String defaultValue) -
Method Summary
Methods inherited from class de.xima.fc.plugin.models.config.AConfigParam
addDependentMandatoryParamName, equals, getDefaultValue, getDependentMandatoryParamNames, getDescription, getName, hashCode, isCrypticValue, isGroupItem, isMandatory, isNameEditable, setCrypticValue, setDefaultValue, setDependentMandatoryParamNames, setDescription, setMandatory, setName, setNameEditable, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.xima.fc.plugin.config.IBasicConfigParam
getDefaultValue, getDependentMandatoryParamNames, getDescription, getDisplayName, getName, isCrypticValue, isGroupItem, isMandatory, isNameEditable