XBRLAPI

A Java API for XBRL


org.xbrlapi.xdt
Class XDTConstants

java.lang.Object
  extended by org.xbrlapi.xdt.XDTConstants

public class XDTConstants
extends Object

Defines a range of constants (namespaces etc) that are used for the XDT module.

Author:
Geoffrey Shuetrim (geoff@galexy.net)

Field Summary
static URI AllArcrole
           
static URI DefaultDimensionArcrole
           
static String dimension
           
static URI DimensionDomainArcrole
           
static URI DomainMemberArcrole
           
static String hypercube
           
static URI HypercubeDimensionArcrole
           
static URI NotAllArcrole
           
static URI XBRLDINamespace
           
static String XBRLDIPrefix
           
static URI XBRLDTNamespace
           
static String XBRLDTPrefix
           
 
Constructor Summary
XDTConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XBRLDTPrefix

public static final String XBRLDTPrefix
See Also:
Constant Field Values

XBRLDIPrefix

public static final String XBRLDIPrefix
See Also:
Constant Field Values

hypercube

public static final String hypercube
See Also:
Constant Field Values

dimension

public static final String dimension
See Also:
Constant Field Values

XBRLDTNamespace

public static URI XBRLDTNamespace

XBRLDINamespace

public static URI XBRLDINamespace

HypercubeDimensionArcrole

public static URI HypercubeDimensionArcrole

DimensionDomainArcrole

public static URI DimensionDomainArcrole

DomainMemberArcrole

public static URI DomainMemberArcrole

AllArcrole

public static URI AllArcrole

NotAllArcrole

public static URI NotAllArcrole

DefaultDimensionArcrole

public static URI DefaultDimensionArcrole
Constructor Detail

XDTConstants

public XDTConstants()

Get Java XBRL API implementation at SourceForge.net.