Class TextItemNode
- java.lang.Object
-
- com.aquima.web.api.model.page.element.TextItemNode
-
- Direct Known Subclasses:
TextItemStyleNode
,TextItemTextNode
,TextItemValueNode
public abstract class TextItemNode extends Object
Base class for all nodes within a TextItem.- Since:
- 9.2
- Author:
- A.Pragt
-
-
Constructor Summary
Constructors Constructor Description TextItemNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getNodeType()
This method returns the type of the node.
-
-
-
Method Detail
-
getNodeType
public abstract String getNodeType()
This method returns the type of the node.- Returns:
- The type of the node.
-
-