java.lang.Object
com.aquima.interactions.composer.model.definition.TextNodeBase
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TextCompositeDefinition, TextFieldDefinition, TextNodeDefinition

public abstract class TextNodeBase extends Object implements Serializable
Base class for all text nodes of a text element.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • TextNodeBase

      public TextNodeBase()
  • Method Details

    • getType

      public abstract TextNodeType getType()
      This method returns the type of the text node.
      Returns:
      The type of the text node.