Interface FieldPosition.Builder

    • Method Detail

      • fixed

        FieldPosition.Builder fixed​(String fixed)

        The field position is fixed and doesn't change in relation to other fields.

        Parameters:
        fixed - The field position is fixed and doesn't change in relation to other fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FixedPosition, FixedPosition
      • fixed

        FieldPosition.Builder fixed​(FixedPosition fixed)

        The field position is fixed and doesn't change in relation to other fields.

        Parameters:
        fixed - The field position is fixed and doesn't change in relation to other fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FixedPosition, FixedPosition
      • rightOf

        FieldPosition.Builder rightOf​(String rightOf)

        The field position is to the right of the field specified by the string.

        Parameters:
        rightOf - The field position is to the right of the field specified by the string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • below

        FieldPosition.Builder below​(String below)

        The field position is below the field specified by the string.

        Parameters:
        below - The field position is below the field specified by the string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.