HEADER

ru.biosoft.access
Class Filter.IncludeNoneFilter


public static class Filter.IncludeNoneFilter
implements Filter

Implementation of filter that accept nothing.


Method Summary
 booleanisAcceptable(DataElement de)
          Always return false.
 booleanisEnabled()
          Always return true.

Method Detail

isAcceptable

public boolean isAcceptable(DataElement de)
Always return false.
Returns: Always false

isEnabled

public boolean isEnabled()
Always return true.

FOOTER

BOTTOM