public static enum CheckVerifier.IssueAttribute extends Enum<CheckVerifier.IssueAttribute>
| Enum Constant and Description |
|---|
EFFORT_TO_FIX |
END_COLUMN |
END_LINE |
MESSAGE |
SECONDARY_LOCATIONS |
START_COLUMN |
| Modifier and Type | Method and Description |
|---|---|
static CheckVerifier.IssueAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckVerifier.IssueAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckVerifier.IssueAttribute MESSAGE
public static final CheckVerifier.IssueAttribute START_COLUMN
public static final CheckVerifier.IssueAttribute END_COLUMN
public static final CheckVerifier.IssueAttribute END_LINE
public static final CheckVerifier.IssueAttribute EFFORT_TO_FIX
public static final CheckVerifier.IssueAttribute SECONDARY_LOCATIONS
public static CheckVerifier.IssueAttribute[] values()
for (CheckVerifier.IssueAttribute c : CheckVerifier.IssueAttribute.values()) System.out.println(c);
public static CheckVerifier.IssueAttribute 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 © 2012–2016 SonarSource. All rights reserved.