org.nuiton.wikitty.search.operators
Class Equals
java.lang.Object
org.nuiton.wikitty.search.operators.Restriction
org.nuiton.wikitty.search.operators.BinaryOperator
org.nuiton.wikitty.search.operators.Equals
- All Implemented Interfaces:
- Serializable
Deprecated. since 3.3 use new query api WikittyQuery
@Deprecated
public class Equals
- extends BinaryOperator
- implements Serializable
Equals operator is used to build restriction containing "element == value"
where element could be an Id, a String, a multimedia, a closed list, an
Integer, a Float or a Date.
For example, use: RestrictionHelper.eq( myElement , "REF1234567890" )
- See Also:
- Serialized Form
| Fields inherited from class org.nuiton.wikitty.search.operators.Restriction |
name |
|
Constructor Summary |
Equals()
Deprecated. Default constructor |
|
Method Summary |
boolean |
equals(Object other)
Deprecated. Equality test based attributes values |
int |
hashCode()
Deprecated. |
Equals
public Equals()
- Deprecated.
- Default constructor
equals
public boolean equals(Object other)
- Deprecated.
- Equality test based attributes values
- Overrides:
equals in class BinaryOperator
- Parameters:
value - Value to compare
hashCode
public int hashCode()
- Deprecated.
- Overrides:
hashCode in class BinaryOperator
Copyright © 2009-2012 CodeLutin. All Rights Reserved.