java.lang.Object
com.aquima.interactions.expressions.definition.SemanticMode

public final class SemanticMode extends Object
Utility class that can be used to determine if type7 operation typing should be used.
Since:
6.3
Author:
F. van der Meer
  • Method Details

    • detectV7OperationTyping

      public static boolean detectV7OperationTyping()
      This method returns a boolean indicating if the strict version 7 type checking should be used.
      Returns:
      a boolean indicating if the strict version 7 type checking should be used.
    • setV7OperationTyping

      public static void setV7OperationTyping(boolean enabled)
      Warning: Only use from within testcases!.
      Parameters:
      enabled - A boolean indicating the new style should be enabled.