public static enum XBRLValidationErrorReport.ErrorValueKey extends java.lang.Enum<XBRLValidationErrorReport.ErrorValueKey>
Enum Constant and Description |
---|
ARCROLE |
BIND_VARIABLES |
CALCULATED_VALUE |
CODE |
EXPRESSION |
FROM_CONCEPT |
LABELROLE |
LANG |
MESSAGE1 |
MESSAGE2 |
OTHER_FACTS |
PRINCIPAL_CONCEPT |
PRINCIPAL_FACT |
PROCESSOR |
QNAME |
RESULT_BOOLEAN |
ROLE |
RULE_REFERENCE |
SEVERITY_ENUM |
STACKTRACE |
SUB_CODE |
TO_CONCEPT |
Modifier and Type | Method and Description |
---|---|
static XBRLValidationErrorReport.ErrorValueKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLValidationErrorReport.ErrorValueKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBRLValidationErrorReport.ErrorValueKey CODE
public static final XBRLValidationErrorReport.ErrorValueKey SUB_CODE
public static final XBRLValidationErrorReport.ErrorValueKey QNAME
public static final XBRLValidationErrorReport.ErrorValueKey MESSAGE1
public static final XBRLValidationErrorReport.ErrorValueKey MESSAGE2
public static final XBRLValidationErrorReport.ErrorValueKey STACKTRACE
public static final XBRLValidationErrorReport.ErrorValueKey PROCESSOR
public static final XBRLValidationErrorReport.ErrorValueKey SEVERITY_ENUM
public static final XBRLValidationErrorReport.ErrorValueKey PRINCIPAL_FACT
public static final XBRLValidationErrorReport.ErrorValueKey OTHER_FACTS
public static final XBRLValidationErrorReport.ErrorValueKey CALCULATED_VALUE
public static final XBRLValidationErrorReport.ErrorValueKey RESULT_BOOLEAN
public static final XBRLValidationErrorReport.ErrorValueKey BIND_VARIABLES
public static final XBRLValidationErrorReport.ErrorValueKey EXPRESSION
public static final XBRLValidationErrorReport.ErrorValueKey RULE_REFERENCE
public static final XBRLValidationErrorReport.ErrorValueKey ROLE
public static final XBRLValidationErrorReport.ErrorValueKey ARCROLE
public static final XBRLValidationErrorReport.ErrorValueKey LABELROLE
public static final XBRLValidationErrorReport.ErrorValueKey LANG
public static final XBRLValidationErrorReport.ErrorValueKey PRINCIPAL_CONCEPT
public static final XBRLValidationErrorReport.ErrorValueKey FROM_CONCEPT
public static final XBRLValidationErrorReport.ErrorValueKey TO_CONCEPT
public static XBRLValidationErrorReport.ErrorValueKey[] values()
for (XBRLValidationErrorReport.ErrorValueKey c : XBRLValidationErrorReport.ErrorValueKey.values()) System.out.println(c);
public static XBRLValidationErrorReport.ErrorValueKey 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