|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.FilterReader
public abstract class FilterReader
This class allows filter definitions to be read from an MPP file.
| Constructor Summary | |
|---|---|
FilterReader()
|
|
| Method Summary | |
|---|---|
protected abstract CriteriaReader |
getCriteriaReader()
Retrieves the criteria reader used for this filter. |
protected abstract Integer |
getVarDataType()
Retrieves the type used for the VarData lookup. |
void |
process(ProjectFile file,
net.sf.mpxj.mpp.FixedData fixedData,
net.sf.mpxj.mpp.Var2Data varData)
Entry point for processing filter definitions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterReader()
| Method Detail |
|---|
protected abstract Integer getVarDataType()
protected abstract CriteriaReader getCriteriaReader()
public void process(ProjectFile file,
net.sf.mpxj.mpp.FixedData fixedData,
net.sf.mpxj.mpp.Var2Data varData)
file - project filefixedData - filter fixed datavarData - filter var data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||