public static enum XBRLConsistencyAssertion.ConsistencyAssertionType extends java.lang.Enum<XBRLConsistencyAssertion.ConsistencyAssertionType>
Enum Constant and Description |
---|
ABSOLUTE
There is an attribute called absoluteAcceptanceRadius.
|
ERROR
this means both or none of the attributes are found so the Consistency Assertion type is an error condition.
|
PROPORTIONAL
There is an attribute called proportionalAcceptanceRadius.
|
UNDEFINED
Happens when both parameters are null.
|
Modifier and Type | Method and Description |
---|---|
static XBRLConsistencyAssertion.ConsistencyAssertionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLConsistencyAssertion.ConsistencyAssertionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBRLConsistencyAssertion.ConsistencyAssertionType PROPORTIONAL
public static final XBRLConsistencyAssertion.ConsistencyAssertionType ABSOLUTE
public static final XBRLConsistencyAssertion.ConsistencyAssertionType ERROR
public static final XBRLConsistencyAssertion.ConsistencyAssertionType UNDEFINED
public static XBRLConsistencyAssertion.ConsistencyAssertionType[] values()
for (XBRLConsistencyAssertion.ConsistencyAssertionType c : XBRLConsistencyAssertion.ConsistencyAssertionType.values()) System.out.println(c);
public static XBRLConsistencyAssertion.ConsistencyAssertionType 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