public enum CheckType extends Enum<CheckType>
Modifier and Type | Method and Description |
---|---|
static Set<CheckType> |
getRowLevelCheckTypes() |
static CheckType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckType CONFLICTING_ROWS
public static final CheckType DEFICIENT_ROW
public static final CheckType IMPOSSIBLE_MATCH
public static final CheckType MISSING_ACTION
public static final CheckType MISSING_RESTRICTION
public static final CheckType MULTIPLE_VALUES_FOR_ONE_ACTION
public static final CheckType VALUE_FOR_FACT_FIELD_IS_SET_TWICE
public static final CheckType VALUE_FOR_ACTION_IS_SET_TWICE
public static final CheckType REDUNDANT_CONDITIONS_TITLE
public static final CheckType REDUNDANT_ROWS
public static final CheckType SUBSUMPTANT_ROWS
public static final CheckType MISSING_RANGE
public static final CheckType SINGLE_HIT_LOST
public static final CheckType EMPTY_RULE
public static final CheckType ILLEGAL_VERIFIER_STATE
public static CheckType[] values()
for (CheckType c : CheckType.values()) System.out.println(c);
public static CheckType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.