public class TypeBasedDataSetFilter extends java.lang.Object implements IDataSetFilter
| Constructor and Description |
|---|
TypeBasedDataSetFilter(java.lang.String datasetTypeCodePattern)
Creates an instance for the specified regular expression.
|
public TypeBasedDataSetFilter(java.lang.String datasetTypeCodePattern)
public boolean pass(DataSet dataSet)
true if the data set type code of the specified data set matches the
regular expression provided as constructor argument.pass in interface IDataSetFilterpublic java.lang.String toString()
toString in class java.lang.Object