|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.storage.search.implementation.BasicConstraint
org.mmbase.storage.search.implementation.BasicFieldConstraint
Basic implementation.
The caseSensitive property defaults to true.
| Constructor Summary | |
protected |
BasicFieldConstraint(StepField field)
Constructor. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this constraint to the specified object. |
StepField |
getField()
Gets the associated stepfield. |
int |
hashCode()
|
boolean |
isCaseSensitive()
Tests if a the string comparison is case sensitive. |
BasicFieldConstraint |
setCaseSensitive(boolean caseSensitive)
Sets caseSensitive property. |
| Methods inherited from class org.mmbase.storage.search.implementation.BasicConstraint |
getBasicSupportLevel, isInverse, setInverse |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mmbase.storage.search.Constraint |
getBasicSupportLevel, isInverse |
| Constructor Detail |
protected BasicFieldConstraint(StepField field)
field - The associated field.
java.lang.IllegalArgumentException - when an invalid argument is supplied.| Method Detail |
public BasicFieldConstraint setCaseSensitive(boolean caseSensitive)
caseSensitive - The caseSensitive property value.
BasicFieldConstraint instance.public StepField getField()
FieldConstraint
getField in interface FieldConstraintpublic boolean isCaseSensitive()
FieldConstraint
isCaseSensitive in interface FieldConstraintpublic boolean equals(java.lang.Object obj)
Constrainttrue if and only if the argument is a non-null
Constraint object representing the same constraint(s).
equals in interface Constraintequals in class BasicConstraintpublic int hashCode()
hashCode in interface ConstrainthashCode in class BasicConstraint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||