|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.northwestern.at.monk.model.SearchCriterion
edu.northwestern.at.monk.model.YesNoCriterion
public abstract class YesNoCriterion
A yes/no search criterion.
Yes/no search criteria are used to match boolean attributes.
Each yes/no criterion class offers a single constructor of the following form,
where T is the type of the criterion:
T (YesNo option)
YesNo is an enum type with three values:
YesNo.YES Matches an attribute with value true. YesNo.NO Matches an attribute with value false. YesNo.IGNORE Matches any value. This constructs an empty
or "no-op" criterion.
| Method Summary | |
|---|---|
YesNo |
getOption()
Gets the option. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public YesNo getOption()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||