public static enum DbFolder.ProjectOption extends Enum<DbFolder.ProjectOption>
| Enum Constant and Description |
|---|
scaproject |
subfolder |
vcsroot |
| Modifier and Type | Method and Description |
|---|---|
static DbFolder.ProjectOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbFolder.ProjectOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbFolder.ProjectOption vcsroot
public static final DbFolder.ProjectOption subfolder
public static final DbFolder.ProjectOption scaproject
public static DbFolder.ProjectOption[] values()
for (DbFolder.ProjectOption c : DbFolder.ProjectOption.values()) System.out.println(c);
public static DbFolder.ProjectOption 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 © 2016–2018. All rights reserved.