Class FcWhileLoopProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseWhileLoopProps
de.xima.fc.workflow.model.nodes.BaseMultipleWhileLoopTestProps
de.xima.fc.workflow.model.nodes.FcWhileLoopProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, IMultipleConditionProviding, IMultipleCheckProps, Serializable
public final class FcWhileLoopProps
extends BaseMultipleWhileLoopTestProps
implements INameProviding, IDescriptionProviding
The properties model for workflow nodes of type
EWorkflowNodeType.FC_WHILE_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 BaseMultipleWhileLoopTestProps
getCombinationType, getConditions, getCustomExpression, isShowCustomExpression, setCombinationType, setConditions, setCustomExpressionMethods inherited from class BaseWhileLoopProps
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
-
FcWhileLoopProps
public FcWhileLoopProps()
-