ru.biosoft.access
Class Filter.IncludeAllFilter

java.lang.Object
  extended byru.biosoft.access.Filter.IncludeAllFilter
All Implemented Interfaces:
Filter
Enclosing class:
Filter

public static class Filter.IncludeAllFilter
extends java.lang.Object
implements Filter

Implementation of filter that accept any data element.


Nested Class Summary
 
Nested classes inherited from class ru.biosoft.access.Filter
Filter.IncludeAllFilter, Filter.IncludeNoneFilter
 
Field Summary
 
Fields inherited from interface ru.biosoft.access.Filter
INCLUDE_ALL_FILTER, INCLUDE_NONE_FILTER
 
Method Summary
 boolean isAcceptable(DataElement de)
          Always return true.
 boolean isEnabled()
          Always return false.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEnabled

public boolean isEnabled()
Always return false.

Specified by:
isEnabled in interface Filter

isAcceptable

public boolean isAcceptable(DataElement de)
Always return true.

Specified by:
isAcceptable in interface Filter
Parameters:
de - Data element.
Returns:
Always true
See Also:
DataElement


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.