ru.biosoft.access
Class Filter.IncludeNoneFilter

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

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

Implementation of filter that accept nothing.


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 false.
 boolean isEnabled()
          Always return true.
 
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 true.

Specified by:
isEnabled in interface Filter

isAcceptable

public boolean isAcceptable(DataElement de)
Always return false.

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


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