public class UnitAction extends CommonAspectRule implements UnitAspectInterface
ALLDIMENSIONALASPECTS, ALLNONDIMENSIONALASPECTS, ANY, COMPLETESCENARIO, COMPLETESEGMENT, CONCEPT, DIMENSION, ENTITYIDENTIFIER, LOCATION, NONE, NONXDTSCENARIO, NONXDTSEGMENT, PERIOD, UNIT, VALUE| Constructor and Description |
|---|
UnitAction(XBRLFormula formula,
com.ihr.xbrl.om.formula.aspects.UnitAspectRule.UnitOperationType code,
net.sf.saxon.s9api.XdmNode actionNode)
Instantiates a new unit action.
|
| Modifier and Type | Method and Description |
|---|---|
com.ihr.xbrl.om.formula.aspects.UnitAspectRule.UnitOperationType |
getCode()
Gets the code.
|
XBRLUnit |
getUnit(XPathHelper xph)
Gets the unit.
|
getAspectsTextpublic UnitAction(XBRLFormula formula, com.ihr.xbrl.om.formula.aspects.UnitAspectRule.UnitOperationType code, net.sf.saxon.s9api.XdmNode actionNode) throws XFxbrlfeIllegalUseOfUncoveredQName
formula - the formulacode - the codeactionNode - the action nodeXFxbrlfeIllegalUseOfUncoveredQName - the x fxbrlfe illegal use of uncovered q namepublic XBRLUnit getUnit(XPathHelper xph) throws XFValidationException
UnitAspectInterfacegetUnit in interface UnitAspectInterfacexph - the xphXFValidationException - the XF validation exceptionpublic com.ihr.xbrl.om.formula.aspects.UnitAspectRule.UnitOperationType getCode()