public class EqualTo extends Filter implements scala.Product, scala.Serializable
true iff the attribute evaluates to a value
 equal to value.
 | Constructor and Description | 
|---|
| EqualTo(String attribute,
       Object value) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | attribute() | 
| abstract static boolean | canEqual(Object that) | 
| abstract static boolean | equals(Object that) | 
| abstract static int | productArity() | 
| abstract static Object | productElement(int n) | 
| static scala.collection.Iterator<Object> | productIterator() | 
| static String | productPrefix() | 
| String[] | references()List of columns that are referenced by this filter. | 
| Object | value() | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public String attribute()
public Object value()
public String[] references()
Filterreferences in class Filter