Class ExtensionQuery.Filter

  • Enclosing class:
    ExtensionQuery

    public static class ExtensionQuery.Filter
    extends Object
    A filter to apply on an extension field.
    Version:
    $Id: 5af22c7e170f583a271af41a812636819409b36c $
    • Constructor Detail

      • Filter

        public Filter​(String field,
                      Object value,
                      ExtensionQuery.COMPARISON comparison)
        Parameters:
        field - the name of the field
        value - the value to compare to
        comparison - the comparison to apply
    • Method Detail

      • getField

        public String getField()
        Returns:
        the name of the field
      • getValue

        public Object getValue()
        Returns:
        the value to compare to