Package de.xima.fc.common.workflow.bpmn
Class AlignmentItemPorts
- java.lang.Object
-
- de.xima.fc.common.workflow.bpmn.AlignmentItemPorts
-
public final class AlignmentItemPorts extends Object
POJO for the in port, out port and port direction of anIWorkflowBpmnAlignmentItem.- Since:
- 8.4.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object value)inthashCode()DoubleinPort()static AlignmentItemPortsof(Double inPort, Double outPort, ECardinalDirection2D portDirection)Creates a newAlignmentItemPortsobject with the given in port, out port and port direction.DoubleoutPort()ECardinalDirection2DportDirection()
-
-
-
Method Detail
-
inPort
public Double inPort()
-
outPort
public Double outPort()
-
portDirection
public ECardinalDirection2D portDirection()
-
of
public static AlignmentItemPorts of(Double inPort, Double outPort, ECardinalDirection2D portDirection)
Creates a newAlignmentItemPortsobject with the given in port, out port and port direction. Returns null if both the in and out port is null.
-
-