Class AbstractParameter

    • Constructor Detail

      • AbstractParameter

        public AbstractParameter()
    • Method Detail

      • isNull

        public final Condition isNull()
        Factory method to create a Condition that checks if this Parameter is null.
        Specified by:
        isNull in interface Parameter
        Returns:
        Condition that checks if this Parameter is null.
      • isNotNull

        public final Condition isNotNull()
        Factory method to create a Condition that checks if this Parameter is not null.
        Specified by:
        isNotNull in interface Parameter
        Returns:
        Condition that checks if this Parameter is not null.