|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XBRLSegment | |
|---|---|
| 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. |
| com.ihr.xbrl.om.instance | Provides the classes necessary to process, read and write the content of XBRL Instance documents. |
| com.ihr.xbrl.pojo | Provides the classes necessary to access to the content of a DTS using POJO technology. |
| Uses of XBRLSegment in com.ihr.xbrl.om.formula |
|---|
| Methods in com.ihr.xbrl.om.formula with parameters of type XBRLSegment | |
|---|---|
void |
FContext.setXBRLSegment(XBRLSegment segment)
|
| Uses of XBRLSegment in com.ihr.xbrl.om.instance |
|---|
| Methods in com.ihr.xbrl.om.instance that return XBRLSegment | |
|---|---|
XBRLSegment |
XBRLSegment.clone()
|
XBRLSegment |
XBRLSegment.clone(DTSContainer newDTS)
|
XBRLSegment |
XBRLEntity.getSegment()
Access to the segment object of this entity |
| Methods in com.ihr.xbrl.om.instance with parameters of type XBRLSegment | |
|---|---|
void |
XBRLEntity.setSegment(XBRLSegment segment)
|
| Constructors in com.ihr.xbrl.om.instance with parameters of type XBRLSegment | |
|---|---|
XBRLEntity(DTSContainer parent,
java.lang.String scheme,
java.lang.String identifier,
XBRLSegment segment)
Creates a new Entity to be added to a context later. |
|
XBRLSegment(XBRLSegment other)
|
|
| Uses of XBRLSegment in com.ihr.xbrl.pojo |
|---|
| Methods in com.ihr.xbrl.pojo with parameters of type XBRLSegment | |
|---|---|
XBRLSegment |
XBRLPojoGenerator.generate(XBRLSegment segment)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||