public static enum FolderCommand.COMMAND extends Enum<FolderCommand.COMMAND>
Enum Constant and Description |
---|
CREATE_FOLDER |
DELETE |
EMPTY_TRASH |
EXPORT |
IMPORT |
PASTE |
PROPERTIES |
Modifier and Type | Method and Description |
---|---|
static FolderCommand.COMMAND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderCommand.COMMAND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderCommand.COMMAND DELETE
public static final FolderCommand.COMMAND PROPERTIES
public static final FolderCommand.COMMAND CREATE_FOLDER
public static final FolderCommand.COMMAND EXPORT
public static final FolderCommand.COMMAND IMPORT
public static final FolderCommand.COMMAND PASTE
public static final FolderCommand.COMMAND EMPTY_TRASH
public static FolderCommand.COMMAND[] values()
for (FolderCommand.COMMAND c : FolderCommand.COMMAND.values()) System.out.println(c);
public static FolderCommand.COMMAND 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 © 2021 Hitachi Vantara. All rights reserved.