public static enum XBRLDocument.XBRLDocumentType extends java.lang.Enum<XBRLDocument.XBRLDocumentType>
Enum Constant and Description |
---|
EXCEPTION_WHILE_READING_DOCUMENT
The exception while reading document.
|
INSTANCE
The instance.
|
IXBRL
The ixbrl.
|
LINKBASE
The linkbase.
|
NOT_AN_XBRL_DOCUMENT
The not an xbrl document.
|
TAXONOMY
The taxonomy.
|
UNKNOWN
Might be an iXBRL.
|
Modifier and Type | Method and Description |
---|---|
static XBRLDocument.XBRLDocumentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLDocument.XBRLDocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBRLDocument.XBRLDocumentType UNKNOWN
public static final XBRLDocument.XBRLDocumentType EXCEPTION_WHILE_READING_DOCUMENT
public static final XBRLDocument.XBRLDocumentType NOT_AN_XBRL_DOCUMENT
public static final XBRLDocument.XBRLDocumentType INSTANCE
public static final XBRLDocument.XBRLDocumentType TAXONOMY
public static final XBRLDocument.XBRLDocumentType LINKBASE
public static final XBRLDocument.XBRLDocumentType IXBRL
public static XBRLDocument.XBRLDocumentType[] values()
for (XBRLDocument.XBRLDocumentType c : XBRLDocument.XBRLDocumentType.values()) System.out.println(c);
public static XBRLDocument.XBRLDocumentType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa