Class DynamicTextTemplate

java.lang.Object
com.aquima.interactions.test.templates.rules.DynamicTextTemplate

public class DynamicTextTemplate extends Object
This template may be used to construct a IDynamicText object.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • DynamicTextTemplate

      public DynamicTextTemplate(String text)
      Constructs the template with the text that should be used as content of the IDynamicText object.
      Parameters:
      text - the text that should be used as content of the IDynamicText object.
  • Method Details

    • getText

      protected String getText()
    • toText

      public com.aquima.interactions.rule.IDynamicText toText()
      This method converts the template to an IDynamicText object.
      Returns:
      an IDynamicText object based on this template.