Uses of Class
de.xima.fc.interfaces.workflow.bpmn.EAlignItemOnFlowSide
-
Packages that use EAlignItemOnFlowSide Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of EAlignItemOnFlowSide in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return EAlignItemOnFlowSide Modifier and Type Method Description static EAlignItemOnFlowSide
EAlignItemOnFlowSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAlignItemOnFlowSide[]
EAlignItemOnFlowSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type EAlignItemOnFlowSide Modifier and Type Method Description Self
IWorkflowBpmnLayoutAlignOnFlowSideConfigurator. side(EAlignItemOnFlowSide side)
Sets the side of the flow where the item should be aligned.
-