public static enum CustomIssueFormatter.Tag extends Enum<CustomIssueFormatter.Tag>
| Enum Constant and Description |
|---|
COMPONENT |
CREATION_DATE |
KEY |
MESSAGE |
RULE |
RULE_URL |
SEVERITY |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static CustomIssueFormatter.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomIssueFormatter.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomIssueFormatter.Tag KEY
public static final CustomIssueFormatter.Tag COMPONENT
public static final CustomIssueFormatter.Tag MESSAGE
public static final CustomIssueFormatter.Tag SEVERITY
public static final CustomIssueFormatter.Tag RULE
public static final CustomIssueFormatter.Tag RULE_URL
public static final CustomIssueFormatter.Tag STATUS
public static final CustomIssueFormatter.Tag CREATION_DATE
public static CustomIssueFormatter.Tag[] values()
for (CustomIssueFormatter.Tag c : CustomIssueFormatter.Tag.values()) System.out.println(c);
public static CustomIssueFormatter.Tag 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 nullpublic String getName()
Copyright © 2016. All Rights Reserved.