Interface OutputCell


public interface OutputCell
An object to hold custom step output cell value and it's style.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the custom step output cell style.
    Returns the custom step output cell value.
  • Method Details

    • getValue

      Object getValue()
      Returns the custom step output cell value.
      Returns:
      Custom step output cell value
    • getStyle

      CustomValueStyle getStyle()
      Returns the custom step output cell style.
      Returns:
      CustomValueStyle