public static enum FileAppenderPriorityComparator.Order extends Enum<FileAppenderPriorityComparator.Order>
| Modifier and Type | Method and Description |
|---|---|
Integer |
apply(Integer value) |
static FileAppenderPriorityComparator.Order |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileAppenderPriorityComparator.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileAppenderPriorityComparator.Order ASC
public static final FileAppenderPriorityComparator.Order DESC
public static FileAppenderPriorityComparator.Order 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 static FileAppenderPriorityComparator.Order[] values()
for (FileAppenderPriorityComparator.Order c : FileAppenderPriorityComparator.Order.values()) System.out.println(c);
Copyright © 2014-2016 Konik.io. All Rights Reserved.