Class TemplateDefinition

java.lang.Object
com.aquima.interactions.expressions.r7.TemplateDefinition

public class TemplateDefinition extends Object
This class holds a single expression template (used during initialization).
Since:
6.4
Author:
F. van der Meer
  • Constructor Details

    • TemplateDefinition

      protected TemplateDefinition(String name, String expression)
  • Method Details

    • getName

      public String getName()
      This method returns the name of the expression template.
      Returns:
      The name of the expression template.
    • getExpression

      public String getExpression()
      This method returns the actual expression of the template.
      Returns:
      the actual expression of the template.