org.nuiton.wikitty.search
Class EndsWith
java.lang.Object
org.nuiton.wikitty.search.Restriction
org.nuiton.wikitty.search.BinaryOperator
org.nuiton.wikitty.search.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
|
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-2010 CodeLutin. All Rights Reserved.