com.northconcepts.datapipeline.filter.rule
Class OrRule

java.lang.Object
  extended by com.northconcepts.datapipeline.filter.FieldFilterRule
      extended by com.northconcepts.datapipeline.filter.rule.OrRule

public class OrRule
extends FieldFilterRule


Constructor Summary
OrRule()
           
OrRule(FieldFilterRule... rule)
           
 
Method Summary
 OrRule add(FieldFilterRule... rule)
           
 boolean allow(Field field)
           
 FieldFilterRule get(int index)
           
 int getCount()
           
 String toString()
           
 
Methods inherited from class com.northconcepts.datapipeline.filter.FieldFilterRule
getFieldFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrRule

public OrRule()

OrRule

public OrRule(FieldFilterRule... rule)
Method Detail

add

public OrRule add(FieldFilterRule... rule)

getCount

public int getCount()

get

public FieldFilterRule get(int index)

allow

public boolean allow(Field field)
Specified by:
allow in class FieldFilterRule

toString

public String toString()
Overrides:
toString in class Object


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