Enum Constant and Description |
---|
GLOBAL |
MULTIDOMAIN
The job may have something to do on each domain
|
Modifier and Type | Method and Description |
---|---|
static JobKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobKind GLOBAL
public static final JobKind MULTIDOMAIN
public static JobKind[] values()
for (JobKind c : JobKind.values()) System.out.println(c);
public static JobKind 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 nullCopyright © 2021. All Rights Reserved.