| Package | Description |
|---|---|
| com.ihr.xbrl.om.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLNumericValue |
XBRLNumericValue.clone() |
XBRLNumericValue |
XBRLNumericValue.multiply(double weight) |
XBRLNumericValue |
XBRLNumericValue.plus(XBRLNumber value2) |
XBRLNumericValue |
XBRLNumericValue.roundTo(int precisionOrDecimals)
Round to a specific value for the decimals attribute or number of characters in the
precision attribute.
|