Class FormulaSemicolonElement
java.lang.Object
org.pentaho.openformula.ui.model2.FormulaElement
org.pentaho.openformula.ui.model2.FormulaSemicolonElement
- All Implemented Interfaces:
Element
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFormulaSemicolonElement
(FormulaDocument document, FormulaRootElement parentElement) -
Method Summary
Methods inherited from class org.pentaho.openformula.ui.model2.FormulaElement
getAttributes, getDocument, getElement, getElementCount, getElementIndex, getEndOffset, getParentElement, getStartOffset, isLeaf, setEndOffset, setStartOffset
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
FormulaSemicolonElement
-
-
Method Details
-
getText
- Specified by:
getText
in classFormulaElement
-
getName
Fetches the name of the element. If the element is used to represent some type of structure, this would be the type name.- Returns:
- the element name
-