public static enum SnapFileFilter.FileSelectionMode extends Enum<SnapFileFilter.FileSelectionMode>
Enum Constant and Description |
---|
DIRECTORIES_ONLY
Instruction to display only directories.
|
FILES_AND_DIRECTORIES
Instruction to display both files and directories.
|
FILES_ONLY
Instruction to display only files.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static SnapFileFilter.FileSelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapFileFilter.FileSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapFileFilter.FileSelectionMode FILES_ONLY
public static final SnapFileFilter.FileSelectionMode DIRECTORIES_ONLY
public static final SnapFileFilter.FileSelectionMode FILES_AND_DIRECTORIES
public static SnapFileFilter.FileSelectionMode[] values()
for (SnapFileFilter.FileSelectionMode c : SnapFileFilter.FileSelectionMode.values()) System.out.println(c);
public static SnapFileFilter.FileSelectionMode 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 nullpublic int getValue()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.