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 boolean
equals(Object value)
int
hashCode()
Double
inPort()
static AlignmentItemPorts
of(Double inPort, Double outPort, ECardinalDirection2D portDirection)
Creates a newAlignmentItemPorts
object with the given in port, out port and port direction.Double
outPort()
ECardinalDirection2D
portDirection()
-
-
-
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 newAlignmentItemPorts
object with the given in port, out port and port direction. Returns null if both the in and out port is null.
-
-