net.sf.mpxj.mpp
Class FilterReader9

java.lang.Object
  extended by net.sf.mpxj.mpp.FilterReader
      extended by net.sf.mpxj.mpp.FilterReader9

public final class FilterReader9
extends FilterReader

This class allows filter definitions to be read from an MPP9 file.


Constructor Summary
FilterReader9()
           
 
Method Summary
protected  CriteriaReader getCriteriaReader()
          Retrieves the criteria reader used for this filter.
protected  Integer getVarDataType()
          Retrieves the type used for the VarData lookup.
 
Methods inherited from class net.sf.mpxj.mpp.FilterReader
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterReader9

public FilterReader9()
Method Detail

getVarDataType

protected Integer getVarDataType()
Retrieves the type used for the VarData lookup.

Specified by:
getVarDataType in class FilterReader
Returns:
VarData type

getCriteriaReader

protected CriteriaReader getCriteriaReader()
Retrieves the criteria reader used for this filter.

Specified by:
getCriteriaReader in class FilterReader
Returns:
criteria reader


Copyright © 2012. All Rights Reserved.