|
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.XMLImpl
org.xbrlapi.impl.FragmentImpl
org.xbrlapi.impl.FactImpl
org.xbrlapi.impl.ItemImpl
org.xbrlapi.impl.NumericItemImpl
org.xbrlapi.impl.FractionItemImpl
public class FractionItemImpl
| Field Summary |
|---|
| Fields inherited from class org.xbrlapi.impl.XMLImpl |
|---|
logger |
| Constructor Summary | |
|---|---|
FractionItemImpl()
|
|
| Method Summary | |
|---|---|
double |
getDenominator()
Get the fraction denominator. |
double |
getNumerator()
Get the fraction numerator. |
| Methods inherited from class org.xbrlapi.impl.NumericItemImpl |
|---|
getDecimals, getPrecision, getUnit, getUnitId, hasDecimals, hasPrecision |
| Methods inherited from class org.xbrlapi.impl.ItemImpl |
|---|
getContext, getContextId |
| Methods inherited from class org.xbrlapi.impl.FactImpl |
|---|
getConcept, getInstance, getTuple, isFraction, isNil, isNumeric, isTuple |
| Methods inherited from class org.xbrlapi.impl.XMLImpl |
|---|
appendMetadataElement, compareTo, equals, finalize, 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 class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xbrlapi.NumericItem |
|---|
getDecimals, getPrecision, getUnit, getUnitId, hasDecimals, hasPrecision |
| Methods inherited from interface org.xbrlapi.Item |
|---|
getContext, getContextId |
| Methods inherited from interface org.xbrlapi.Fact |
|---|
getConcept, getInstance, getTuple, isFraction, isNil, isNumeric, isTuple |
| 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 |
| Constructor Detail |
|---|
public FractionItemImpl()
| Method Detail |
|---|
public double getNumerator()
throws XBRLException
FractionItem
getNumerator in interface FractionItemXBRLException - if the numerator is missing.FractionItem.getNumerator()
public double getDenominator()
throws XBRLException
FractionItem
getDenominator in interface FractionItemXBRLException - if the denominator is missing.FractionItem.getDenominator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||