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