public static enum DigdagMetrics.Category extends java.lang.Enum<DigdagMetrics.Category>
| Modifier and Type | Method and Description |
|---|---|
static DigdagMetrics.Category |
fromString(java.lang.String text) |
java.lang.String |
getString() |
static DigdagMetrics.Category |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DigdagMetrics.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigdagMetrics.Category DEFAULT
public static final DigdagMetrics.Category AGENT
public static final DigdagMetrics.Category API
public static final DigdagMetrics.Category DB
public static final DigdagMetrics.Category EXECUTOR
public static DigdagMetrics.Category[] values()
for (DigdagMetrics.Category c : DigdagMetrics.Category.values()) System.out.println(c);
public static DigdagMetrics.Category 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 nullpublic java.lang.String getString()
public static DigdagMetrics.Category fromString(java.lang.String text)