Class GlobalParameter

java.lang.Object
com.aquima.interactions.project.GlobalParameter
All Implemented Interfaces:
Serializable

public final class GlobalParameter extends Object implements Serializable
This class defines the standard global parameters.
Since:
11.3
Author:
Timea Popa
See Also:
  • Field Details

    • QUESTION_TEXT

      public static final String QUESTION_TEXT
      This member defines the AQ_QuestionText global parameter.
      See Also:
    • EXPLAIN_TEXT

      public static final String EXPLAIN_TEXT
      This member defines the AQ_ExplainText global parameter.
      See Also:
    • PLACEHOLDER_TEXT

      public static final String PLACEHOLDER_TEXT
      This member defines the AQ_PlaceholderText global parameter.
      See Also:
  • Constructor Details

    • GlobalParameter

      public GlobalParameter()