Uses of Class
de.xima.fc.common.workflow.bpmn.EBpmnNameDirectionHint
-
Packages that use EBpmnNameDirectionHint Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of EBpmnNameDirectionHint in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return EBpmnNameDirectionHint Modifier and Type Method Description static EBpmnNameDirectionHint
EBpmnNameDirectionHint. valueOf(String name)
Returns the enum constant of this type with the specified name.static EBpmnNameDirectionHint[]
EBpmnNameDirectionHint. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EBpmnNameDirectionHint in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type EBpmnNameDirectionHint Modifier and Type Method Description Self
IWorkflowBpmnLayoutNamedOutsideBuilder. nameDirection(EBpmnNameDirectionHint direction)
Sets a hint for the direction where the name should be placed.
-