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
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()
Default constructor |
EndsWith
public EndsWith()
- Default constructor
equals
public boolean equals(Object other)
- Equality test based attributes values
- Overrides:
equals in class BinaryOperator
- Parameters:
value - Value to compare
hashCode
public int hashCode()
- Overrides:
hashCode in class BinaryOperator
Copyright © 2009-2011 CodeLutin. All Rights Reserved.