Class GetValueExpression

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Expression

    public class GetValueExpression
    extends AbstractExpression
    Creation-Date: 02.12.2006, 22:07:57
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • GetValueExpression

        public GetValueExpression()
      • GetValueExpression

        public GetValueExpression​(java.lang.String field)
    • Method Detail

      • getField

        public java.lang.String getField()
      • setField

        public void setField​(java.lang.String field)
      • computeValue

        public java.lang.Object computeValue()
                                      throws DataSourceException
        Return the current expression value.

        The value depends (obviously) on the expression implementation.

        Returns:
        the value of the function.
        Throws:
        DataSourceException