|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.crawler.web.filter.WorkTypeFilter<Type>
Type - public abstract class WorkTypeFilter<Type>
Abstract class that holds common functionality for all work type filters, i.e. filters that have an attribute work type with possible values Select or Unselect.
| Field Summary | |
|---|---|
protected FilterWorkType |
_workType
The work type. |
| Constructor Summary | |
|---|---|
WorkTypeFilter()
|
|
| Method Summary | |
|---|---|
FilterWorkType |
getWorkType()
Returns filters' work type. |
void |
setWorkType(FilterWorkType theWorkType)
Assigns filters' work type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.smila.connectivity.framework.crawler.web.filter.IFilter |
|---|
matches |
| Field Detail |
|---|
protected FilterWorkType _workType
| Constructor Detail |
|---|
public WorkTypeFilter()
| Method Detail |
|---|
public FilterWorkType getWorkType()
public void setWorkType(FilterWorkType theWorkType)
theWorkType - FilterWorkType
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||