Package de.xima.fc.workflow.model.nodes
Class FcMultipleConditionProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseConditionProps
-
- de.xima.fc.workflow.model.nodes.BaseMultipleConditionProps
-
- de.xima.fc.workflow.model.nodes.FcMultipleConditionProps
-
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,IMultipleCheckProps
,Serializable
public final class FcMultipleConditionProps extends BaseMultipleConditionProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description FcMultipleConditionProps()
-
Method Summary
-
Methods inherited from class de.xima.fc.workflow.model.nodes.BaseMultipleConditionProps
getCombinationType, getConditions, getCustomExpression, isShowCustomExpression, setCombinationType, setConditions, setCustomExpression
-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseConditionProps
getBeschreibung, getDescription, getLabelNo, getLabelYes, getName, setDescription, setLabelNo, setLabelYes, setName
-
-