Interface NodeOutputPort.Builder

    • Method Detail

      • description

        NodeOutputPort.Builder description​(String description)

        The output port's description.

        Parameters:
        description - The output port's description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        NodeOutputPort.Builder name​(String name)

        The output port's name.

        Parameters:
        name - The output port's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        NodeOutputPort.Builder type​(String type)

        The output port's type.

        Parameters:
        type - The output port's type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PortType, PortType
      • type

        NodeOutputPort.Builder type​(PortType type)

        The output port's type.

        Parameters:
        type - The output port's type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PortType, PortType