Uses of Enum
de.xima.fc.interfaces.workflow.bpmn.EAlignItemOnFlowSide
Packages that use EAlignItemOnFlowSide
-
Uses of EAlignItemOnFlowSide in de.xima.fc.interfaces.workflow.bpmn
Subclasses with type arguments of type EAlignItemOnFlowSide in de.xima.fc.interfaces.workflow.bpmnModifier and TypeClassDescriptionenumEnumeration for the side of the flow where a label should be aligned, used byIWorkflowBpmnLayoutAlignOnFlowSideConfigurator.Methods in de.xima.fc.interfaces.workflow.bpmn that return EAlignItemOnFlowSideModifier and TypeMethodDescriptionstatic EAlignItemOnFlowSideReturns 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 EAlignItemOnFlowSideModifier and TypeMethodDescriptionIWorkflowBpmnLayoutAlignOnFlowSideConfigurator.side(EAlignItemOnFlowSide side) Sets the side of the flow where the item should be aligned.