public static enum Workunit.Notification extends Enum<Workunit.Notification>
| Enum Constant and Description |
|---|
APPLICATIONVALUES |
CLUSTER |
GRAPHS |
JOBNAME |
OWNER |
QUERY |
RESULTS |
SOURCEFILES |
WORKUNIT |
| Modifier and Type | Method and Description |
|---|---|
static Workunit.Notification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workunit.Notification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Workunit.Notification WORKUNIT
public static final Workunit.Notification CLUSTER
public static final Workunit.Notification QUERY
public static final Workunit.Notification APPLICATIONVALUES
public static final Workunit.Notification RESULTS
public static final Workunit.Notification GRAPHS
public static final Workunit.Notification SOURCEFILES
public static final Workunit.Notification JOBNAME
public static final Workunit.Notification OWNER
public static Workunit.Notification[] values()
for (Workunit.Notification c : Workunit.Notification.values()) System.out.println(c);
public static Workunit.Notification 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 © 2021. All rights reserved.