com.ihr.xbrl.filters
Class XBRLConceptNameFilter
java.lang.Object
com.ihr.xbrl.filters.XBRLConceptNameFilter
- All Implemented Interfaces:
- XBRLFacetFilter
public class XBRLConceptNameFilter
- extends java.lang.Object
- implements XBRLFacetFilter
- Author:
- Ignacio
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XBRLConceptNameFilter
public XBRLConceptNameFilter()
XBRLConceptNameFilter
public XBRLConceptNameFilter(javax.xml.namespace.QName name)
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