|
XBRLAPIA Java API for XBRL |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Context
| Method Summary | |
|---|---|
boolean |
equals(Context context)
Tests if the context is c-equal to another context returning true if they are c-equal. |
Entity |
getEntity()
Get the entity of the context. |
Period |
getPeriod()
Get the period of the context. |
Scenario |
getScenario()
Get the scenario of the context. |
| Methods inherited from interface org.xbrlapi.FactDimensionContainer |
|---|
getId, getReferencingItems |
| 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 |
|---|
Entity getEntity()
throws XBRLException
XBRLException - if the entity is missing or if more than one entity is in the context.
Period getPeriod()
throws XBRLException
XBRLException
Scenario getScenario()
throws XBRLException
XBRLException
boolean equals(Context context)
throws XBRLException
context - The context being compared.
XBRLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||