com.ihr.xbrl.filters
Class XBRLFalseFilter

java.lang.Object
  extended by com.ihr.xbrl.filters.XBRLFalseFilter
All Implemented Interfaces:
XBRLFacetFilter

public class XBRLFalseFilter
extends java.lang.Object
implements XBRLFacetFilter

Nothing matches. This filter always returns false

Author:
Ignacio

Constructor Summary
XBRLFalseFilter()
           
 
Method Summary
 boolean matches(XBRLFact fact)
          Return a boolean value indicating if the fact passes the filter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XBRLFalseFilter

public XBRLFalseFilter()
Method Detail

matches

public boolean matches(XBRLFact fact)
Description copied from interface: XBRLFacetFilter
Return a boolean value indicating if the fact passes the filter. true - match false - no match

Specified by:
matches in interface XBRLFacetFilter
Parameters:
fact - XBRLFact to test
Returns:
boolean