All Known Implementing Classes:
ExpressionOperand, SimpleOperand

public interface Operand
Created on 21/06/2017. // TODO @eti: Javadoc
  • Method Details

    • getIntValue

      int getIntValue()
    • getDecimalValue

      double getDecimalValue()
    • getStringValue

      String getStringValue()