| Package | Description |
|---|---|
| com.ihr.xbrl.om.table |
This package contains an object model to work with tables as defined in the XBRL Table specification
The current implementation is based on table linkbase PWD
http://www.xbrl.org/Specification/table-linkbase/PWD-2013-05-17/table-linkbase-PWD-2013-05-17.html
The XBRLTableProcessor class
|
| Modifier and Type | Method and Description |
|---|---|
XBRLBreakdownUse.Axis |
XBRLBreakdownUse.getAxis() |
static XBRLBreakdownUse.Axis |
XBRLBreakdownUse.Axis.getValueFromString(java.lang.String axis) |
static XBRLBreakdownUse.Axis |
XBRLBreakdownUse.Axis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLBreakdownUse.Axis[] |
XBRLBreakdownUse.Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|