Class CustomWrapperNotCondition

java.lang.Object
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition

public final class CustomWrapperNotCondition extends CustomWrapperCondition
Defines a NOT condition in terms of an encapsulated condition: NOT MY_CONDITION
  • Constructor Details

    • CustomWrapperNotCondition

      public CustomWrapperNotCondition(CustomWrapperCondition condition)
      Creates a new NOT condition.

      Users do not need to instantiate this class.

      Parameters:
      condition - the condition encapsulated in the NOT condition.
  • Method Details