Uses of Class
com.ihr.xbrl.om.instance.XBRLFactNumeric

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()
           
 

Constructors in com.ihr.xbrl.om.errors with parameters of type XBRLFactNumeric
XBRLInconsistencyCalculationMistmatch(XBRLRoleType role, XBRLFactNumeric factTotal, XBRLNumber accumulated, java.util.Vector<XBRLInconsistency.Contributor> contributors)
           
XBRLInconsistencyComparingWithZeroPrecisionZero(XBRLRoleType role, XBRLFactNumeric factTotal, XBRLNumber sum, java.util.Vector<XBRLInconsistency.Contributor> contributors)
           
XBRLInconsistencyRoundToPrecision0(XBRLFactNumeric fact)
           
XBRLValidationExceptionFactError(XBRLFactNumeric factNumeric, XBRLValidationException exception)
           
XBRLValidationExceptionMissingUnitForNumericFact(XBRLFactNumeric factNumeric)
           
XBRLValidationExceptionMissingUnitForNumericFact(XBRLFactNumeric factNumeric, java.lang.String idUnitRef)
           
XBRLValidationExceptionNumericValueHasDecimalsAndPrecision(XBRLFactNumeric factNumeric)
           
XBRLValidationExceptionNumericValueHasNoDecimalsAndNoPrecision(XBRLFactNumeric factNumeric)
           
XBRLValidationExceptionNumericValueIsNillAndHasDecimalsOrPrecision(XBRLFactNumeric factNumeric)
           
 

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)
           
 



Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa