Interface OutputCell
public interface OutputCell
An object to hold custom step output cell value and it's style.
- Since:
- 2.0.0
-
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
-