com.ihr.xbrl.filters
Class XBRLConceptNameFilter

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

public class XBRLConceptNameFilter
extends java.lang.Object
implements XBRLFacetFilter

Author:
Ignacio

Constructor Summary
XBRLConceptNameFilter()
           
XBRLConceptNameFilter(javax.xml.namespace.QName name)
           
 
Method Summary
 javax.xml.namespace.QName getConceptName()
           
 boolean matches(XBRLFact fact)
          Return a boolean value indicating if the fact passes the filter.
 void setConceptName(javax.xml.namespace.QName name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XBRLConceptNameFilter

public XBRLConceptNameFilter()

XBRLConceptNameFilter

public XBRLConceptNameFilter(javax.xml.namespace.QName name)
Method Detail

setConceptName

public void setConceptName(javax.xml.namespace.QName name)

getConceptName

public javax.xml.namespace.QName getConceptName()

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