public static enum DTSDocumentReference.ReferenceType extends java.lang.Enum<DTSDocumentReference.ReferenceType>
Enum Constant and Description |
---|
ARCROLEREF
The arcroleref.
|
IMPORT
The import.
|
INCLUDE
The include.
|
LINKBASEREF
The linkbaseref.
|
LOC
The loc.
|
ROLEREF
The roleref.
|
SCHEMAREF
The schemaref.
|
Modifier and Type | Method and Description |
---|---|
static DTSDocumentReference.ReferenceType |
parseDocumentType(XBRLDocument.XBRLDocumentType dType)
Parses the document type.
|
static DTSDocumentReference.ReferenceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DTSDocumentReference.ReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DTSDocumentReference.ReferenceType SCHEMAREF
public static final DTSDocumentReference.ReferenceType LINKBASEREF
public static final DTSDocumentReference.ReferenceType ROLEREF
public static final DTSDocumentReference.ReferenceType ARCROLEREF
public static final DTSDocumentReference.ReferenceType IMPORT
public static final DTSDocumentReference.ReferenceType INCLUDE
public static final DTSDocumentReference.ReferenceType LOC
public static DTSDocumentReference.ReferenceType[] values()
for (DTSDocumentReference.ReferenceType c : DTSDocumentReference.ReferenceType.values()) System.out.println(c);
public static DTSDocumentReference.ReferenceType 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 nullpublic static DTSDocumentReference.ReferenceType parseDocumentType(XBRLDocument.XBRLDocumentType dType)
dType
- the d typeCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa