| Package | Description |
|---|---|
| com.ihr.xbrl.om.errors |
Provides the classes necessary to produce and process XBRL related errors
There are two error categories.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<XBRLInconsistency.Contributor> |
XBRLInconsistencyComparingWithZeroPrecisionZero.getContributors()
Gets the contributors.
|
java.util.Collection<XBRLInconsistency.Contributor> |
XBRLInconsistencyCalculationMismatch.getContributors()
Gets the contributors.
|
| Constructor and Description |
|---|
XBRLInconsistencyCalculationMismatch(XBRLRoleType role,
XBRLFactNumeric factTotal,
XBRLNumber accumulated,
java.util.Vector<XBRLInconsistency.Contributor> contributors)
Instantiates a new XBRL inconsistency calculation mismatch.
|
XBRLInconsistencyComparingWithZeroPrecisionZero(XBRLRoleType role,
XBRLFactNumeric factTotal,
XBRLNumber sum,
java.util.Vector<XBRLInconsistency.Contributor> contributors)
Instantiates a new XBRL inconsistency comparing with zero precision zero.
|