Package de.xima.fc.workflow.model.nodes
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,IMultipleCheckProps,Serializable
public final class FcDoUntilLoopProps extends BaseMultipleDoUntilLoopTestProps implements INameProviding, IDescriptionProviding
The properties model for workflow nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.- Since:
 - 8.2.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 FcDoUntilLoopProps() 
- 
Method Summary
- 
Methods inherited from class de.xima.fc.workflow.model.nodes.BaseMultipleDoUntilLoopTestProps
getCombinationType, getConditions, getCustomExpression, isShowCustomExpression, setCombinationType, setConditions, setCustomExpression 
- 
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseDoUntilLoopProps
getBeschreibung, getDescription, getLabelNo, getLabelYes, getName, setDescription, setLabelNo, setLabelYes, setName 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
getBeschreibung, getDescription 
- 
Methods inherited from interface de.xima.fc.entities.interfaces.INameProviding
getName 
 - 
 
 -