|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dimension | |
|---|---|
| com.ihr.xbrl.dts | Provides the classes necessary to investigate the content of a DTS. |
| Uses of Dimension in com.ihr.xbrl.dts |
|---|
| Classes in com.ihr.xbrl.dts that implement Dimension | |
|---|---|
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
|
class |
VirtualDimension
Dimension for duplicate items if they exist. |
class |
XDimension
This is the representation of an XDT Dimension but for the representation of information in an instance document. |
| Methods in com.ihr.xbrl.dts that return Dimension | |
|---|---|
Dimension<?> |
XMLFragmentMember.getDimension()
|
Dimension<?> |
PMember.getDimension()
|
Dimension<?> |
PeriodMember.getDimension()
|
Dimension<?> |
OpenTableRowKeyMember.getDimension()
|
Dimension<?> |
NullMember.getDimension()
|
Dimension<?> |
MemberQName.getDimension()
|
Dimension<?> |
MemberDuplicate.getDimension()
|
Dimension<?> |
Member.getDimension()
Access back to the dimensions this member has belongs to |
Dimension<?> |
InstantModeMember.getDimension()
|
Dimension<?> |
IdentifierMember.getDimension()
|
Dimension<?> |
DimensionalInstanceExplorer.getDimensionFromQName(javax.xml.namespace.QName name)
|
| Methods in com.ihr.xbrl.dts with parameters of type Dimension | |
|---|---|
void |
TypedDimensionsDomainController.setValueForDimension(Dimension<?> key,
XMLFragment value,
java.lang.String name)
Stores a value for a typed dimension in the dimension domain container. |
| Constructors in com.ihr.xbrl.dts with parameters of type Dimension | |
|---|---|
IdentifierMember(CompanyKey entity,
Dimension<?> dim)
|
|
InstantModeMember(HandleDateStep.InstantMode mode,
Dimension<?> dim)
|
|
MemberDuplicate(int position,
Dimension<?> dim)
|
|
MemberQName(javax.xml.namespace.QName item,
Dimension<?> dim)
|
|
NullMember(Dimension<?> dim)
|
|
PeriodMember(ColumnPeriod cp,
HasBoySupport hb,
HasFrame hf,
Dimension<?> dim)
|
|
PeriodMember(XBRLPeriod period,
HasBoySupport hb,
HasFrame hf,
int dateStep,
Dimension<?> dim,
HandleDateStep.InstantMode instantMode)
|
|
PMember(XMLElementDefinition item,
Dimension<?> dim)
|
|
PMember(XMLElementDefinition item,
XBRLRelationship rel,
Dimension<?> dim)
|
|
XMLFragmentMember(XMLFragment fragment,
Dimension<?> dim,
java.lang.String text)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||