public static enum DbDesign.FolderOrView extends Enum<DbDesign.FolderOrView>
| Modifier and Type | Method and Description |
|---|---|
static DbDesign.FolderOrView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbDesign.FolderOrView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbDesign.FolderOrView FOLDER
public static final DbDesign.FolderOrView VIEW
public static final DbDesign.FolderOrView ANY
public static DbDesign.FolderOrView[] values()
for (DbDesign.FolderOrView c : DbDesign.FolderOrView.values()) System.out.println(c);
public static DbDesign.FolderOrView 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 © 2019–2021 HCL. All rights reserved.