Class TextValueNode

java.lang.Object
com.aquima.interactions.composer.model.TextElement
com.aquima.interactions.composer.model.TextValueNode
All Implemented Interfaces:
Serializable

public class TextValueNode extends TextElement
This text element represents a value from a field node.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • TextValueNode

      public TextValueNode(IValue fieldValue)
      this constructor is public to allow test case access.
      Parameters:
      fieldValue - Value of the text value node.
  • Method Details

    • getValue

      public IValue getValue()
      This method returns the value from the field node.

      Note: The value may be unknown, single value or a list value.

      Returns:
      The value from the field node (never null).
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in class TextElement
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class TextElement