Method Summary |
|
public String | getEllipsis() Returns the ellipsis-text that indicates partial values. |
public String | getField() Returns the name of the datarow-column from where to read the string value. |
public int | getLength() Returns the sub-string's length. |
public int | getStart() Returns the sub-string's start position. |
public Object | getValue() Computes the sub-string. |
public void | setEllipsis(String ellipsis) Defines the ellipsis-text that indicates partial values. |
public void | setField(String field) Defines the name of the datarow-column from where to read the string value. |
public void | setLength(int length) Defines the sub-string's length. |
public void | setStart(int start) Defines the sub-string's start position. |