com.northconcepts.datapipeline.filter
Class FieldFilterRule

java.lang.Object
  extended by com.northconcepts.datapipeline.filter.FieldFilterRule
Direct Known Subclasses:
IsFieldType, IsInstanceOfJavaType, IsJavaType, IsNotNull, NotRule, OrRule, PatternMatch, ValueMatch

public abstract class FieldFilterRule
extends Object


Constructor Summary
FieldFilterRule()
           
 
Method Summary
abstract  boolean allow(Field field)
           
 FieldFilter getFieldFilter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldFilterRule

public FieldFilterRule()
Method Detail

getFieldFilter

public FieldFilter getFieldFilter()

allow

public abstract boolean allow(Field field)


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.