Class TextFieldDefinition

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

public class TextFieldDefinition extends TextNodeBase
This text node definition is used to include a value from the context in the result of a text element.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

  • Method Details

    • 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.
    • getExpression

      public IExpression getExpression()
      This method returns the expression that should be evaluated to determine the value that should be included in the text.
      Returns:
      the expression that should be evaluated to determine the value that should be included in the text.
    • getMaskCallName

      public String getMaskCallName()
      This method returns the mask definition name that should be used for this field definition.
      Returns:
      The mask, may be null when no mask is specified.