Class FormulaFunctionElement
java.lang.Object
org.pentaho.openformula.ui.model2.FormulaElement
org.pentaho.openformula.ui.model2.FormulaTextElement
org.pentaho.openformula.ui.model2.FormulaFunctionElement
- All Implemented Interfaces:
Element
-
Constructor Summary
ConstructorDescriptionFormulaFunctionElement
(FormulaDocument document, FormulaRootElement parentElement, String functionName) -
Method Summary
Methods inherited from class org.pentaho.openformula.ui.model2.FormulaTextElement
getText
Methods inherited from class org.pentaho.openformula.ui.model2.FormulaElement
getAttributes, getDocument, getElement, getElementCount, getElementIndex, getEndOffset, getParentElement, getStartOffset, isLeaf, setEndOffset, setStartOffset
-
Constructor Details
-
FormulaFunctionElement
public FormulaFunctionElement(FormulaDocument document, FormulaRootElement parentElement, String functionName)
-
-
Method Details
-
getNormalizedFunctionName
-
getName
Fetches the name of the element. If the element is used to represent some type of structure, this would be the type name.- Specified by:
getName
in interfaceElement
- Overrides:
getName
in classFormulaTextElement
- Returns:
- the element name
-