|
XBRLAPIA Java API for XBRL |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Fact
| Method Summary | |
|---|---|
Concept |
getConcept()
Get the concept that defines the syntax for this fact. |
Instance |
getInstance()
Get the instance that this fact is a part of |
Tuple |
getTuple()
Get the tuple that this fact is a part of |
boolean |
isFraction()
|
boolean |
isNil()
Return true if the fact has a nill value. |
boolean |
isNumeric()
|
boolean |
isTuple()
Return true if the fact is a tuple and false otherwise |
| Methods inherited from interface org.xbrlapi.XML |
|---|
appendMetadataElement, equals, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
boolean isTuple()
throws XBRLException
XBRLException
Instance getInstance()
throws XBRLException
XBRLException - if the fact is not part of an instance.
Tuple getTuple()
throws XBRLException
XBRLException
Concept getConcept()
throws XBRLException
XBRLException - if the concept cannot be found.
boolean isNumeric()
throws XBRLException
XBRLException
boolean isFraction()
throws XBRLException
XBRLException
boolean isNil()
throws XBRLException
XBRLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||