| Package | Description |
|---|---|
| com.ihr.xbrl.mapper |
Provides the classes necessary access to content in whatever format and create an XBRL Instance document
This package contains the MapEngine and Mappers that uses a configuration file with an Instance
template.
|
| Modifier and Type | Method and Description |
|---|---|
Fact.Type |
Fact.getType()
Gets the type.
|
static Fact.Type |
Fact.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Fact.Type[] |
Fact.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Fact(Fact.Type type,
HasFacts parent,
XBRLDataSource source,
MapperContext context,
java.lang.String mapIdentifier,
XMLElementDefinition concept,
XBRLUnit unit,
int multi)
Instantiates a new fact.
|