java.lang.Object
com.independentsoft.office.spreadsheet.formulaParsing.FormulaToken

public class FormulaToken extends Object
The Class FormulaToken.
  • Method Details

    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value
    • getType

      public FormulaTokenType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(FormulaTokenType type)
      Sets the type.
      Parameters:
      type - the new type
    • getSubtype

      public FormulaTokenSubtype getSubtype()
      Gets the subtype.
      Returns:
      the subtype
    • setSubtype

      public void setSubtype(FormulaTokenSubtype subtype)
      Sets the subtype.
      Parameters:
      subtype - the new subtype