public enum FileSorter extends Enum<FileSorter>
Enum Constant and Description |
---|
ATTACH_TO_PROCESS_DATE_SORTER
Data dołączenia pliku do procesu malejąco
|
DEFAULT_FILE_SORTER |
FILE_DATE_SORTER
Data dodania pliku do archiwum malejąco
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static FileSorter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSorter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSorter FILE_DATE_SORTER
public static final FileSorter DEFAULT_FILE_SORTER
public static final FileSorter ATTACH_TO_PROCESS_DATE_SORTER
public static FileSorter[] values()
for (FileSorter c : FileSorter.values()) System.out.println(c);
public static FileSorter 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 nullpublic String getValue()
Copyright © 2019 Suncode. All rights reserved.