com.endeca.infront.navigation.model
Class Filter

java.lang.Object
  extended by com.endeca.infront.navigation.model.Filter
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
CollectionFilter, ComboFilter, DimensionFilter, EqlFilter, GeoFilter, PropertyFilter, RangeFilter, SearchFilter

public abstract class Filter
extends Object
implements Cloneable

Abstract base class for various types of Endeca filter.


Constructor Summary
Filter()
           
 
Method Summary
 Filter clone()
           
protected static void verifyNotNull(String name, Object arg)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()
Method Detail

clone

public Filter clone()
Overrides:
clone in class Object

verifyNotNull

protected static void verifyNotNull(String name,
                                    Object arg)


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.