Class Compare.GreaterOrEqual

  • All Implemented Interfaces:
    Filter, PropertyFilter
    Enclosing class:
    Compare

    public static final class Compare.GreaterOrEqual
    extends Compare
    A filter that evaluates to true if the property value is greater than or equal to the provided value
    Author:
    bas.rutten
    • Constructor Detail

      • GreaterOrEqual

        public GreaterOrEqual​(String propertyId,
                              Object value)
        Parameters:
        propertyId -
        value -