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