Class ConditionalPresentationStyle

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

public class ConditionalPresentationStyle extends Object implements Serializable
This class holds a PresentationStyle and the IExpression that determines if the presentation style should be displayed or not Note: If no condition is set, then by default the presentation style should be displayed
Since:
11.10
Author:
Mihai Bob
See Also:
  • Constructor Details

  • Method Details

    • hasExpression

      public boolean hasExpression()
    • isConditionalExpression

      public boolean isConditionalExpression()
      A ICondition expression evaluates only to true or false and does not require a ConditionOperator
      Returns:
      true if expression is of type ICondition otherwise false
    • getPresentationStyle

      public PresentationStyle getPresentationStyle()
    • getExpression

      public IExpression getExpression()
    • getOperator

      public ConditionOperator getOperator()