|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XBRLFactNumeric | |
|---|---|
| com.ihr.xbrl.adins.efm.errors | |
| 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. |
| com.ihr.xbrl.om.utr | Provides classes for handling the Units Registry from XBRL International The Units Registry provides extra validation of elements based on the element data type and the unit assigned by XBRL International in the Units Registry. |
| com.ihr.xbrl.om.utr.errors | |
| com.ihr.xbrl.pojo | Provides the classes necessary to access to the content of a DTS using POJO technology. |
| Uses of XBRLFactNumeric in com.ihr.xbrl.adins.efm.errors |
|---|
| Constructors in com.ihr.xbrl.adins.efm.errors with parameters of type XBRLFactNumeric | |
|---|---|
EFMNumericValuesMustNotUsePrecision(XBRLFactNumeric xbrlFactNumeric)
|
|
| Uses of XBRLFactNumeric in com.ihr.xbrl.dts |
|---|
| Methods in com.ihr.xbrl.dts with parameters of type XBRLFactNumeric | |
|---|---|
void |
UnitsProvider.factChangedUnit(XBRLFactNumeric fact,
XBRLUnit oldUnit,
XBRLUnit newUnit)
|
void |
InstanceExplorer.factChangedUnit(XBRLFactNumeric fact,
XBRLUnit oldUnit,
XBRLUnit newUnit)
|
void |
DimensionalInstanceExplorer.factChangedUnit(XBRLFactNumeric fact,
XBRLUnit oldUnit,
XBRLUnit newUnit)
|
| Uses of XBRLFactNumeric in com.ihr.xbrl.om.errors |
|---|
| Methods in com.ihr.xbrl.om.errors that return XBRLFactNumeric | |
|---|---|
XBRLFactNumeric |
XBRLInconsistencyRoundToPrecision0.getFact()
|
XBRLFactNumeric |
XBRLInconsistencyComparingWithZeroPrecisionZero.getFactTotal()
|
XBRLFactNumeric |
XBRLInconsistencyCalculationMistmatch.getFactTotal()
|
| Uses of XBRLFactNumeric in com.ihr.xbrl.om.instance |
|---|
| Methods in com.ihr.xbrl.om.instance that return XBRLFactNumeric | |
|---|---|
XBRLFactNumeric |
XBRLFactNumeric.clone()
|
XBRLFactNumeric |
XBRLFactNumeric.clone(DTSContainer newDTS)
|
XBRLFactNumeric |
XBRLNumericValue.getFact()
|
XBRLFactNumeric |
XBRLNumber.getFact()
Access to the XBRLFactNumeric that is the container of this XBRLNumericValue. |
XBRLFactNumeric |
XBRLFractionValue.getFact()
|
| Methods in com.ihr.xbrl.om.instance with parameters of type XBRLFactNumeric | |
|---|---|
void |
XBRLNumericValue.setFact(XBRLFactNumeric factNumeric)
|
void |
XBRLNumber.setFact(XBRLFactNumeric factNumeric)
|
void |
XBRLFractionValue.setFact(XBRLFactNumeric factNumeric)
|
| Constructors in com.ihr.xbrl.om.instance with parameters of type XBRLFactNumeric | |
|---|---|
XBRLFractionValue(XBRLFactNumeric fact,
java.lang.Number numerator,
java.lang.Number denominator)
|
|
XBRLNumericValue(XBRLFactNumeric fact)
Creation of an empty XBRLNumericValue (Blank) This is useful for editing purposes. |
|
XBRLNumericValue(XBRLFactNumeric fact,
java.lang.Number value,
int precisionOrDecimals)
Creation from Java Number object |
|
XBRLNumericValue(XBRLFactNumeric fact,
net.sf.saxon.value.NumericValue value,
int precisionOrDecimals)
Creation from a Saxon NumericValue object |
|
| Uses of XBRLFactNumeric in com.ihr.xbrl.om.utr |
|---|
| Methods in com.ihr.xbrl.om.utr with parameters of type XBRLFactNumeric | |
|---|---|
XBRLValidationReport |
UTRProcessor.validateFact(XBRLFactNumeric xbrlFactNumeric)
|
| Uses of XBRLFactNumeric in com.ihr.xbrl.om.utr.errors |
|---|
| Constructors in com.ihr.xbrl.om.utr.errors with parameters of type XBRLFactNumeric | |
|---|---|
UTRUnitErrorOnFact(XBRLFactNumeric fact,
java.util.Collection<UnitEntry> v1)
|
|
| Uses of XBRLFactNumeric in com.ihr.xbrl.pojo |
|---|
| Methods in com.ihr.xbrl.pojo with parameters of type XBRLFactNumeric | |
|---|---|
XBRLFactNumeric |
XBRLPojoGenerator.generate(XBRLFactNumeric fact)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||