public static enum XBRLValidation.Direction extends java.lang.Enum<XBRLValidation.Direction>
Enum Constant and Description |
---|
ALL
Invalidate all parent and children elements and also all documents in the DTS.
|
DOWN
Invalidates this and children elements.
|
DOWN_DOCUMENTS
Invalidates this and children documents traversing the DTS discover rules.
|
THIS
Only current document or element is invalidated.
|
UP
Invalidates this and parent elements.
|
Modifier and Type | Method and Description |
---|---|
static XBRLValidation.Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLValidation.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBRLValidation.Direction THIS
public static final XBRLValidation.Direction ALL
public static final XBRLValidation.Direction UP
public static final XBRLValidation.Direction DOWN
public static final XBRLValidation.Direction DOWN_DOCUMENTS
public static XBRLValidation.Direction[] values()
for (XBRLValidation.Direction c : XBRLValidation.Direction.values()) System.out.println(c);
public static XBRLValidation.Direction 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