Method Summary |
|
public String[] | getField() Returns the defined fields as array. |
public String | getField(int index) Returns the defined field at the given index-position.
Parameters: index - the position of the field name that should be queried. |
public int | getFieldCount() Returns the number of fields defined in this expression. |
public Expression | getInstance() Clones the expression. |
public int | getRoundingMode() Returns the defined rounding mode. |
public int | getScale() Returns the scale for the divide-operation. |
public Object | getValue() Returns the average of the values. |
public void | setField(String[] fields) Defines all fields as array. |
public void | setField(int index, String field) Defines the field in the field-list at the given index. |
public void | setRoundingMode(int roundingMode) Defines the rounding mode. |
public void | setScale(int scale) Defines the scale for the divide-operation. |