Class FcDoUntilLoopProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseDoUntilLoopProps
de.xima.fc.workflow.model.nodes.BaseMultipleDoUntilLoopTestProps
de.xima.fc.workflow.model.nodes.FcDoUntilLoopProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, IMultipleConditionProviding, IMultipleCheckProps, Serializable
public final class FcDoUntilLoopProps
extends BaseMultipleDoUntilLoopTestProps
implements INameProviding, IDescriptionProviding
The properties model for workflow nodes of type
EWorkflowNodeType.FC_DO_UNTIL_LOOP.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseMultipleDoUntilLoopTestProps
getCombinationType, getConditions, getCustomExpression, isShowCustomExpression, setCombinationType, setConditions, setCustomExpressionMethods inherited from class BaseDoUntilLoopProps
getBeschreibung, getDescription, getLabelNo, getLabelYes, getName, setDescription, setLabelNo, setLabelYes, setNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptionProviding
getBeschreibung, getDescriptionMethods inherited from interface INameProviding
getName
-
Constructor Details
-
FcDoUntilLoopProps
public FcDoUntilLoopProps()
-