edu.northwestern.at.monk.model
Class WorkPartHasWordsCriterion

java.lang.Object
  extended by edu.northwestern.at.monk.model.SearchCriterion
      extended by edu.northwestern.at.monk.model.YesNoCriterion
          extended by edu.northwestern.at.monk.model.WorkPartHasWordsCriterion

public class WorkPartHasWordsCriterion
extends YesNoCriterion

A work part has words search criterion.

See Also:
MONK Datastore Overview, Licensing Agreement

Constructor Summary
WorkPartHasWordsCriterion(YesNo option)
          Creates a new work part has words search criterion.
 
Method Summary
 
Methods inherited from class edu.northwestern.at.monk.model.YesNoCriterion
getOption
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkPartHasWordsCriterion

public WorkPartHasWordsCriterion(YesNo option)
                          throws ModelException
Creates a new work part has words search criterion.

Parameters:
option - Option: YesNo.IGNORE, YesNo.YES, or YesNo.NO.
Throws:
ModelException