com.ihr.xbrl.pojo
Interface XBRLFactList

All Known Implementing Classes:
XBRLFactTuple, XBRLInstance

public interface XBRLFactList

Author:
Ignacio

Method Summary
 boolean addFact(XBRLFact fact)
           
 java.util.Collection<XBRLFact> getFacts()
           
 boolean removeFact(XBRLFact fact)
           
 

Method Detail

getFacts

java.util.Collection<XBRLFact> getFacts()
Returns:
the facts

addFact

boolean addFact(XBRLFact fact)
Parameters:
fact - the fact to be added to the collection
Returns:
boolean true if successfully added

removeFact

boolean removeFact(XBRLFact fact)
Parameters:
fact - the fact to be removed from the collection
Returns:
boolean true if successfully removed


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