public static enum ProjectFileTypeComboBox.Mode extends java.lang.Enum<ProjectFileTypeComboBox.Mode>
| Enum Constant and Description |
|---|
DIRECTORY_ONLY |
FILE_AND_DIRECTORY |
FILE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static ProjectFileTypeComboBox.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectFileTypeComboBox.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectFileTypeComboBox.Mode FILE_ONLY
public static final ProjectFileTypeComboBox.Mode DIRECTORY_ONLY
public static final ProjectFileTypeComboBox.Mode FILE_AND_DIRECTORY
public static ProjectFileTypeComboBox.Mode[] values()
for (ProjectFileTypeComboBox.Mode c : ProjectFileTypeComboBox.Mode.values()) System.out.println(c);
public static ProjectFileTypeComboBox.Mode 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 © 2016. All Rights Reserved.