public static enum JobDescriptor.Tree extends Enum<JobDescriptor.Tree>
Enum Constant and Description |
---|
REPOSITORY |
WORKSPACE |
Modifier and Type | Method and Description |
---|---|
static JobDescriptor.Tree |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobDescriptor.Tree[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobDescriptor.Tree REPOSITORY
public static final JobDescriptor.Tree WORKSPACE
public static JobDescriptor.Tree[] values()
for (JobDescriptor.Tree c : JobDescriptor.Tree.values()) System.out.println(c);
public static JobDescriptor.Tree 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 (c) 2017, SAS Institute Inc., Cary, NC, USA