|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| FriendlyCompanyName | Provides a friendly name for an XBRLEntity object The XBRL 2.1 entity object contains two elements: Scheme and Identifier. |
| FriendlyConceptName | |
| FriendlyTaxonomy | |
| RegisterUserObjects | |
Provides a set of POJO classes in order to give friendly names to elements in the XBRL Database. The friendly names can be used in functions from excel as strings and they will refer to an entity that can be used in other functions.
POJO stands from (P)ure (O)ld (J)ava (O)bject and is a common technology to store information in a SQL repository. It is used by hibernate and other technologies as well.
In POJO, all objects must have a constructor with no arguments and getters and setters for all properties.
The method XBRLPojoGenerator.generate(DTSContainer dts) can be used to
generate a POJO representation of a DTS
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||