public class NotEqual<O,A> extends
Modifier and Type | Method and Description |
---|---|
protected int |
calcHashCode() |
boolean |
equals(java.lang.Object o) |
A |
getValue() |
protected boolean |
matchesNonSimpleAttribute( |
protected boolean |
matchesSimpleAttribute( |
java.lang.String |
toString() |
public NotEqual(attribute, A value)
public A getValue()
public java.lang.String toString()
protected boolean matchesSimpleAttribute(attribute, O object, QueryOptions queryOptions)
protected boolean matchesNonSimpleAttribute(attribute, O object, QueryOptions queryOptions)
public boolean equals(java.lang.Object o)
protected int calcHashCode()