| Package | Description |
|---|---|
| com.ihr.xbrl.om.formula |
Provides the classes necessary to implement a plug in XBRL processor for validation of
docuents and taxonomies according to the XBRL formula specification 1.0
At this stage the package is just created.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLVariableType |
XBRLVariableResource.getVariableType() |
XBRLVariableType |
XBRLVariableInternal.getVariableType() |
XBRLVariableType |
XBRLVariableFormulaEvaluable.getVariableType()
Gets the variable type.
|
static XBRLVariableType |
XBRLVariableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLVariableType[] |
XBRLVariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|