public static enum ConstraintCheckIssue.IssueKind extends java.lang.Enum<ConstraintCheckIssue.IssueKind>
Modifier and Type | Method and Description |
---|---|
static ConstraintCheckIssue.IssueKind |
valueOf(java.lang.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(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 © 2007-2022 Red Hat, Inc. All Rights Reserved