|
XBRLAPIA Java API for XBRL |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xbrlapi.impl.FragmentImpl
org.xbrlapi.impl.FactDimensionContainerImpl
org.xbrlapi.impl.ContextImpl
public class ContextImpl
| Field Summary |
|---|
| Fields inherited from class org.xbrlapi.impl.FragmentImpl |
|---|
logger |
| Constructor Summary | |
|---|---|
ContextImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Context context)
Tests if the context is c-equal to another context See the XBRL 2.1 specification for a definition of c-equal. |
Entity |
getEntity()
Get the entity of the context. |
Period |
getPeriod()
Get the period of the context. |
FragmentList<Item> |
getReferencingItems()
|
Scenario |
getScenario()
Get the scenario of the context. |
| Methods inherited from class org.xbrlapi.impl.FactDimensionContainerImpl |
|---|
getId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xbrlapi.FactDimensionContainer |
|---|
getId |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public ContextImpl()
| Method Detail |
|---|
public Entity getEntity()
throws XBRLException
getEntity in interface ContextXBRLException - if the entity is missing or if more than one entity is in the context.Context.getEntity()
public Period getPeriod()
throws XBRLException
getPeriod in interface ContextXBRLException - if the period is missing from the context
or there is more than one period in the context.Context.getPeriod()
public Scenario getScenario()
throws XBRLException
getScenario in interface ContextXBRLException - if there is more than one scenario.Context.getScenario()
public boolean equals(Context context)
throws XBRLException
equals in interface Contextcontext - The context being compared.
XBRLExceptionContext.equals(Context)
public FragmentList<Item> getReferencingItems()
throws XBRLException
getReferencingItems in interface FactDimensionContainergetReferencingItems in class FactDimensionContainerImplXBRLExceptionFactDimensionContainer.getReferencingItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||