org.sharengo.wikitty.search
Class StartsWith
java.lang.Object
org.sharengo.wikitty.search.Restriction
org.sharengo.wikitty.search.BinaryOperator
org.sharengo.wikitty.search.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
|
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:
value - Value to compare
hashCode
public int hashCode()
- Overrides:
hashCode in class BinaryOperator
Copyright © 2009-2010 CodeLutin. All Rights Reserved.