public static enum FileResource.KEYS extends Enum<FileResource.KEYS>
| Modifier and Type | Method and Description |
|---|---|
static FileResource.KEYS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileResource.KEYS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileResource.KEYS NAME
public static final FileResource.KEYS LENGTH
public static final FileResource.KEYS MODIFIED
public static final FileResource.KEYS TYPE
public static final FileResource.KEYS HIDDEN
public static FileResource.KEYS[] values()
for (FileResource.KEYS c : FileResource.KEYS.values()) System.out.println(c);
public static FileResource.KEYS 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.