Class TextNodeDefinition

java.lang.Object
com.aquima.interactions.composer.model.definition.TextNodeBase
com.aquima.interactions.composer.model.definition.TextNodeDefinition
All Implemented Interfaces:
Serializable

public class TextNodeDefinition extends TextNodeBase
This class hold a single string that is part of a text node element.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • TextNodeDefinition

      protected TextNodeDefinition(ITextNodeDS datasource)
  • Method Details

    • getText

      public String getText()
      This method returns the text string that should be included as-is in the result of the text element.
      Returns:
      the text string that should be included as-is in the result of the text element.
    • getType

      public TextNodeType getType()
      Description copied from class: TextNodeBase
      This method returns the type of the text node.
      Specified by:
      getType in class TextNodeBase
      Returns:
      The type of the text node.