public enum DuplicateType extends java.lang.Enum<DuplicateType>
| Enum Constant and Description | 
|---|
| COMPLETETwo facts are complete duplicates when they are XBRL2.1 duplicates and have equal values
 using the value space of the data type
 for numeric facts, both have the same (inferred) value for decimals
 for string facts, both have the same language | 
| CONSISTENTTwo facts are complete duplicates when they are XBRL2.1 duplicates and have equal values
 using the value space of the data type
 are numeric facts; and
 have reported values and accuracies that are consistent with having been rounded from a single actual value. | 
| INCONSISTENTThe inconsistent. | 
| MULTILANGUAGEThe multilanguage. | 
| NOT_COMPARABLEThis is the case for tuples. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DuplicateType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static DuplicateType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DuplicateType COMPLETE
public static final DuplicateType CONSISTENT
public static final DuplicateType MULTILANGUAGE
public static final DuplicateType INCONSISTENT
public static final DuplicateType NOT_COMPARABLE
public static DuplicateType[] values()
for (DuplicateType c : DuplicateType.values()) System.out.println(c);
public static DuplicateType 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