public static enum NetStorageSender.Action extends Enum<NetStorageSender.Action>
Enum Constant and Description |
---|
DELETE |
DIR |
DOWNLOAD |
DU |
MKDIR |
MTIME |
RENAME |
RMDIR |
UPLOAD |
Modifier and Type | Method and Description |
---|---|
static NetStorageSender.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetStorageSender.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetStorageSender.Action DU
public static final NetStorageSender.Action DIR
public static final NetStorageSender.Action DELETE
public static final NetStorageSender.Action UPLOAD
public static final NetStorageSender.Action MKDIR
public static final NetStorageSender.Action RMDIR
public static final NetStorageSender.Action RENAME
public static final NetStorageSender.Action MTIME
public static final NetStorageSender.Action DOWNLOAD
public static NetStorageSender.Action[] values()
for (NetStorageSender.Action c : NetStorageSender.Action.values()) System.out.println(c);
public static NetStorageSender.Action 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 © 2023 Frank!Framework. All rights reserved.