org.nuiton.wikitty.search.operators
Class StartsWith
java.lang.Object
org.nuiton.wikitty.search.operators.Restriction
org.nuiton.wikitty.search.operators.BinaryOperator
org.nuiton.wikitty.search.operators.StartsWith
- All Implemented Interfaces:
- Serializable
public class StartsWith
- extends BinaryOperator
- implements Serializable
StartsWith 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.start( myElement , "value" )
- See Also:
- Serialized Form
| Fields inherited from class org.nuiton.wikitty.search.operators.Restriction |
name |
|
Constructor Summary |
StartsWith()
Default constructor |
StartsWith
public StartsWith()
- Default constructor
equals
public boolean equals(Object other)
- Equality test based attributes values
- Overrides:
equals in class BinaryOperator
- Parameters:
other - Value to compare
hashCode
public int hashCode()
- Overrides:
hashCode in class BinaryOperator
Copyright © 2009-2011 CodeLutin. All Rights Reserved.