public static enum ApplicationStatusCollector.Column extends Enum<ApplicationStatusCollector.Column>
Enum Constant and Description |
---|
APPLICATION_STATUS |
VALUE |
Modifier and Type | Method and Description |
---|---|
static ApplicationStatusCollector.Column |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationStatusCollector.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationStatusCollector.Column VALUE
public static final ApplicationStatusCollector.Column APPLICATION_STATUS
public final String key
public static ApplicationStatusCollector.Column[] values()
for (ApplicationStatusCollector.Column c : ApplicationStatusCollector.Column.values()) System.out.println(c);
public static ApplicationStatusCollector.Column 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 © 2002-2022 Atlassian. All Rights Reserved.