Package | Description |
---|---|
com.ihr.xbrl.dts |
Provides the classes necessary to investigate the content of a DTS.
|
com.ihr.xbrl.om.errors |
Provides the classes necessary to produce and process XBRL related errors
There are two error categories.
|
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 |
---|---|
XBRLNumber |
KeysForFactsProvider.ReferenciableFixReplaceValue.getAccumulated()
Gets the accumulated.
|
Constructor and Description |
---|
ReferenciableFixReplaceValue(XBRLFactNumeric fact,
XBRLNumber accumulated)
Instantiates a new referenciable fix replace value.
|
Modifier and Type | Method and Description |
---|---|
XBRLNumber |
XBRLInconsistencyCalculationMismatch.getAccumulated()
Gets the accumulated.
|
XBRLNumber |
XBRLInconsistencyComparingWithZeroPrecisionZero.getCalculated()
Gets the calculated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FormatValuesHelper.format(XBRLNumber numericValue,
DTSContainer dts)
Format.
|
static java.lang.String |
LinkableErrorMessageHelpers.getLinkForFixReplaceReportedValueWithCalculatedValue(XBRLFactNumeric fact,
XBRLNumber accumulated,
KeysForFactsProvider kp)
Generates a form with a button that shows a message to replace reported value with accumulated value.
|
Constructor and Description |
---|
XBRLInconsistencyCalculationMismatch(XBRLRoleType role,
XBRLFactNumeric factTotal,
XBRLNumber accumulated,
java.util.Collection<XBRLInconsistencyWithContributors.Contributor> contributors)
Instantiates a new XBRL inconsistency calculation mismatch.
|
XBRLInconsistencyComparingWithZeroPrecisionZero(XBRLRoleType role,
XBRLFactNumeric factTotal,
XBRLNumber sum,
java.util.Collection<XBRLInconsistencyWithContributors.Contributor> contributors)
Instantiates a new XBRL inconsistency comparing with zero precision zero.
|
Modifier and Type | Method and Description |
---|---|
XBRLNumber |
XBRLNumber.clone()
Clone.
|
XBRLNumber |
XBRLFactNumeric.getNumericValue()
Return the double representation of the value after dealing with @precision and @decimals
This class returns either a XBRLNumericValue or an XBRLFractionValue depending on the surrounding
value is a fraction or a number.
|
XBRLNumber |
XBRLNumber.multiply(double weight)
Multiply.
|
XBRLNumber |
XBRLNumber.plus(XBRLNumber sum)
Plus.
|
XBRLNumber |
XBRLNumber.round()
applies round to defined decimals or precision attribute value and returns a new
XBRLNumber.
|
XBRLNumber |
XBRLNumber.roundTo(int precisionOrDecimals)
Rounds the number to the specified value in the
precisionOrDecimals
parameter. |
XBRLNumber |
XBRLFactNumeric.setValue(java.lang.Number value,
int precisionOrDecimals,
XBRLNumber.ExactitudeMode format,
java.lang.String strValue)
Sets the value of this numeric fact to a new value.
|
XBRLNumber |
XBRLFactNumeric.setValue(java.lang.Number numerator,
java.lang.Number denominator)
Sets the value of this numeric fact to a new fraction value.
|
XBRLNumber |
XBRLFactNumeric.setValue(XBRLNumber value)
Sets the value of this numeric fact to a new value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XBRLNumber.eq(XBRLNumber vb)
Eq.
|
boolean |
XBRLNumber.equals(XBRLNumber other)
returns the result of comparing the values of the fields for
that are part of the XBRLNumeric value.
|
boolean |
XBRLNumber.isSameValue(XBRLNumber newVal)
This compares this number representation with newVal number
representation.
|
boolean |
XBRLNumber.ne(XBRLNumber sumItem)
Ne.
|
XBRLNumber |
XBRLNumber.plus(XBRLNumber sum)
Plus.
|
XBRLNumber |
XBRLFactNumeric.setValue(XBRLNumber value)
Sets the value of this numeric fact to a new value.
|
Constructor and Description |
---|
XBRLFactNumeric(XBRLFactsList container,
XBRLContext context,
XBRLItem item,
XBRLUnit unit,
XBRLNumber value,
boolean addToParentNow)
Deprecated.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa