com.ihr.xbrl.mapper.filters
Class XBRLOrFilter

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<XBRLFacetFilter>
              extended by com.ihr.xbrl.mapper.filters.XBRLOrFilter
All Implemented Interfaces:
XBRLFacetFilter, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<XBRLFacetFilter>, java.util.Collection<XBRLFacetFilter>, java.util.List<XBRLFacetFilter>, java.util.RandomAccess

public class XBRLOrFilter
extends java.util.Vector<XBRLFacetFilter>
implements XBRLFacetFilter

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLOrFilter()
           
 
Method Summary
 boolean matches(XBRLFact fact)
          Return a boolean value indicating if the fact passes the filter.
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

XBRLOrFilter

public XBRLOrFilter()
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


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa