|
XBRLAPIA Java API for XBRL |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Unit
| Method Summary | |
|---|---|
boolean |
equals(Unit unit)
Tests if the unit is u-equal to another unit returning true if they are u-equal and false otherwise |
NodeList |
getDenominatorMeasures()
Get the set of measure elements in the denominator. |
NodeList |
getNumeratorMeasures()
Get the numerator set of measures for the unit |
List<Measure> |
getResolvedDenominatorMeasures()
|
List<Measure> |
getResolvedNumeratorMeasures()
|
boolean |
hasDenominator()
Determines if the unit has a denominator |
| 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 |
|---|
NodeList getNumeratorMeasures()
throws XBRLException
XBRLException
boolean hasDenominator()
throws XBRLException
XBRLException
NodeList getDenominatorMeasures()
throws XBRLException
XBRLException - if the denominator does not exist.
boolean equals(Unit unit)
throws XBRLException
unit - The unit being compared.
XBRLException
List<Measure> getResolvedNumeratorMeasures()
throws XBRLException
XBRLException
List<Measure> getResolvedDenominatorMeasures()
throws XBRLException
XBRLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||