Package | Description |
---|---|
com.ihr.xbrl.dts |
Provides the classes necessary to investigate the content of a DTS.
|
com.ihr.xbrl.om.renderhints |
This is a renderhints processor that process resources in linkbases
to define render hints that Reporting Standard tools understands
|
Modifier and Type | Class and Description |
---|---|
class |
DDimension
Prepares a dimension view based on a parent-child hierarchy
|
class |
DpDimension
Dimension for duplicate items if they exist.
|
class |
EDimension
An EDimension is a representation of an XDTDimension in the object model.
|
class |
IdentifierDimension
This is the class that implements the interface for Dimension while allows adding Members that
are of the class IdentifierMember.
|
class |
PDimension
Used to represent a hierarchical structure on the Primary Item.
|
class |
PeriodDimension
Make this class abstract and create two non abstract classes, one for instants another for duration.
|
class |
PeriodDimensionDuration
The Class PeriodDimensionDuration.
|
class |
PeriodDimensionInstant
The Class PeriodDimensionInstant.
|
class |
PeriodDimensionValidCombinations
The Class PeriodDimensionValidCombinations.
|
class |
TDimension
This is a dimension to bridge the table linkbase specification with the XBRLizer representation model
In this case, the TDimension holds the primary items to be reported for each particular cell.
|
class |
UndefDimension
This is a dimension that shall be used when the dimension does not exists in the XDT processor.
|
class |
VirtualDimension
Dimension for any type of Members<?
|
class |
XDimension
This is the representation of an XDT Dimension but for the representation of information in an instance document.
|
Modifier and Type | Method and Description |
---|---|
Dimension<?> |
NullMember.getDimension()
Gets the dimension.
|
Dimension<?> |
XMLFragmentMember.getDimension()
Gets the dimension.
|
Dimension<?> |
PMember.getDimension()
Gets the dimension.
|
Dimension<?> |
MemberDuplicate.getDimension()
Gets the dimension.
|
Dimension<?> |
IdentifierMember.getDimension()
Gets the dimension.
|
Dimension<?> |
ValidCombinationMember.getDimension()
Gets the dimension.
|
Dimension<?> |
Member.getDimension()
Access back to the dimensions this member has belongs to.
|
Dimension<?> |
InstantModeMember.getDimension()
Gets the dimension.
|
Dimension<?> |
PeriodMember.getDimension()
Gets the dimension.
|
Dimension<?> |
MemberString.getDimension()
Gets the dimension.
|
Dimension<?> |
MemberQName.getDimension()
Gets the dimension.
|
Dimension<?> |
OpenTableRowKeyMember.getDimension()
Gets the dimension.
|
Dimension<?> |
DimensionalInstanceExplorer.getDimensionFromQName(javax.xml.namespace.QName name)
Gets the dimension from the "name" parameter that applies for the selected primary item.
|
Dimension<?> |
NullMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
XMLFragmentMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
PMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
MemberDuplicate.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
IdentifierMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
ValidCombinationMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
Member.setDimension(Dimension<?> newDimension)
Set or change the assigned dimension of this member
|
Dimension<?> |
InstantModeMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
PeriodMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
MemberString.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
MemberQName.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
OpenTableRowKeyMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Modifier and Type | Method and Description |
---|---|
int |
VirtualDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
EDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
UndefDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
PeriodDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
IdentifierDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
DDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
DpDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
XDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
PDimension.compareTo(Dimension<?> o)
Compare to.
|
int |
PeriodDimensionValidCombinations.compareTo(Dimension<?> o)
Compare to.
|
int |
TDimension.compareTo(Dimension<?> o)
Compare to.
|
Dimension<?> |
NullMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
XMLFragmentMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
PMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
MemberDuplicate.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
IdentifierMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
ValidCombinationMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
Member.setDimension(Dimension<?> newDimension)
Set or change the assigned dimension of this member
|
Dimension<?> |
InstantModeMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
PeriodMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
MemberString.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
MemberQName.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
Dimension<?> |
OpenTableRowKeyMember.setDimension(Dimension<?> newDimension)
Sets the dimension.
|
void |
TypedDimensionsDomainController.setValueForDimension(Dimension<?> key,
XMLFragment value,
java.lang.String name)
Stores a value for a typed dimension in the dimension domain container.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Member<?>> |
DimensionCartesianProducts.computeMembers(java.util.List<Dimension<?>> st,
HasBoySupport dvp,
java.util.Set<ValidCombinationsFilter.PeriodCombination> setExcludedPeriods)
Computes the product of all dimensions passed in in the Vector of dimensions.
|
Constructor and Description |
---|
IdentifierMember(CompanyKey entity,
Dimension<?> dim)
Instantiates a new identifier member.
|
InstantModeMember(HandleDateStep.InstantMode mode,
Dimension<?> dim)
Instantiates a new instant mode member.
|
MemberDuplicate(int position,
Dimension<?> dim)
Instantiates a new member duplicate.
|
MemberQName(javax.xml.namespace.QName item,
Dimension<?> dim)
Instantiates a new member q name.
|
MemberString(java.lang.String value,
Dimension<?> dim)
Instantiates a new member string.
|
NullMember(Dimension<?> dim)
Instantiates a new null member.
|
PeriodMember(ColumnPeriod cp,
Dimension<?> dim)
Instantiates a new period member.
|
PeriodMember(XBRLPeriod period,
HasBoySupport hb,
Dimension<?> dim)
Instantiates a new period member.
|
PMember(XMLElementDefinition item,
Dimension<?> dim)
Instantiates a new p member.
|
PMember(XMLElementDefinition item,
XBRLRelationship rel,
Dimension<?> dim)
Instantiates a new p member.
|
ValidCombinationMember(ValidCombinationsFilter.PeriodCombination vc,
Dimension<?> dim)
Instantiates a new valid combination member.
|
XMLFragmentMember(XMLFragment fragment,
Dimension<?> dim,
java.lang.String text)
Instantiates a new XML fragment member.
|
Modifier and Type | Method and Description |
---|---|
int |
RenderHints.getPreferredIndex(XBRLItem primaryItem,
Dimension<?> dim)
Gets the preferred index.
|
int |
RenderHints.getPreferredPosition(XBRLItem primaryItem,
Dimension<?> dim)
Gets the preferred position.
|
int |
RenderHintsProcessor.searchPreferredIndex(java.lang.String role,
int mode,
XBRLItem primaryItem,
Dimension<?> dim)
Search preferred index.
|
int |
RenderHintsProcessor.searchPreferredPosition(java.lang.String role,
int mode,
XBRLItem primaryItem,
Dimension<?> dim)
Search preferred position.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa