org.nuiton.wikitty.search.operators
Class EndsWith
java.lang.Object
org.nuiton.wikitty.search.operators.Restriction
org.nuiton.wikitty.search.operators.BinaryOperator
org.nuiton.wikitty.search.operators.EndsWith
- All Implemented Interfaces:
- Serializable
Deprecated. since 3.3 use new query api WikittyQuery
@Deprecated
public class EndsWith
- extends BinaryOperator
- implements Serializable
EndsWith operator is used to build restriction containing "element like
*value" where element could be a String, a multimedia, a text or an xhtml
For example, use: RestrictionHelper.end( myElement , "value" )
- See Also:
- Serialized Form
| Fields inherited from class org.nuiton.wikitty.search.operators.Restriction |
name |
|
Constructor Summary |
EndsWith()
Deprecated. Default constructor |
|
Method Summary |
boolean |
equals(Object other)
Deprecated. Equality test based attributes values |
int |
hashCode()
Deprecated. |
EndsWith
public EndsWith()
- 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.