|
XBRLAPIA Java API for XBRL |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NumericItem
| Method Summary | |
|---|---|
String |
getDecimals()
Get the decimals attribute for this item. |
String |
getPrecision()
Get the precision attribute for this item. |
Unit |
getUnit()
Presumes that there is at most one XBRL instance in each document in the data store. |
String |
getUnitId()
|
boolean |
hasDecimals()
Returns true if the fact has a decimals attribute. |
boolean |
hasPrecision()
Returns true if the fact has a precision attribute. |
| 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 |
| Method Detail |
|---|
Unit getUnit()
throws XBRLException
XBRLException
String getUnitId()
throws XBRLException
XBRLException - if the unit reference is missing.
String getDecimals()
throws XBRLException
XBRLException
String getPrecision()
throws XBRLException
XBRLException
boolean hasPrecision()
throws XBRLException
XBRLException
boolean hasDecimals()
throws XBRLException
XBRLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||