Class FormulaToken
java.lang.Object
com.independentsoft.office.spreadsheet.formulaParsing.FormulaToken
The Class FormulaToken.
-
Method Summary
Modifier and TypeMethodDescriptionGets the subtype.getType()Gets the type.getValue()Gets the value.voidsetSubtype(FormulaTokenSubtype subtype)Sets the subtype.voidsetType(FormulaTokenType type)Sets the type.voidSets the value.
-
Method Details
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getSubtype
Gets the subtype.- Returns:
- the subtype
-
setSubtype
Sets the subtype.- Parameters:
subtype- the new subtype
-