public static enum ConstraintCheckIssue.IssueKind extends Enum<ConstraintCheckIssue.IssueKind>
Modifier and Type | Method and Description |
---|---|
static ConstraintCheckIssue.IssueKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintCheckIssue.IssueKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintCheckIssue.IssueKind WARNING
public static final ConstraintCheckIssue.IssueKind ERROR
public static ConstraintCheckIssue.IssueKind[] values()
for (ConstraintCheckIssue.IssueKind c : ConstraintCheckIssue.IssueKind.values()) System.out.println(c);
public static ConstraintCheckIssue.IssueKind 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 © 2007-2021 Red Hat, Inc. All Rights Reserved