Package | Description |
---|---|
org.xbrlapi |
Provides interface declarations for the xbrlapi XBRL API.
|
org.xbrlapi.impl |
Provides the implementations of all of the objects that expose
the XBRL data for the user of the XBRLAPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntityResource
Defines the functionality for the custom entity resource:
a extended link resource that has a 1:1 association with
a given entity identifier.
|
interface |
FootnoteResource |
interface |
LabelResource |
interface |
MeasureResource
Defines the functionality for the custom unit resource:
a extended link resource that has a 1:1 association with
a given Unit measure.
|
interface |
MixedContentResource |
interface |
ReferenceResource |
Modifier and Type | Method and Description |
---|---|
java.util.List<Resource> |
ExtendedLink.getResources()
Get the list of resources contained by the extended link.
|
java.util.List<Resource> |
ExtendedLink.getResourcesWithLabel(java.lang.String label)
Get the list of resources with the specified label.
|
java.util.List<Resource> |
RoleType.getUsingResources() |
Modifier and Type | Class and Description |
---|---|
class |
EntityResourceImpl
Entity resource implementation.
|
class |
FootnoteResourceImpl |
class |
LabelResourceImpl |
class |
MeasureResourceImpl
Unit resource implementation.
|
class |
MixedContentResourceImpl |
class |
ReferenceResourceImpl |
class |
ResourceImpl |
Modifier and Type | Method and Description |
---|---|
java.util.List<Resource> |
ExtendedLinkImpl.getResources() |
java.util.List<Resource> |
ExtendedLinkImpl.getResourcesWithLabel(java.lang.String label) |
java.util.List<Resource> |
RoleTypeImpl.getUsingResources() |