public static enum FileAppenderPriorityComparator.Order extends java.lang.Enum<FileAppenderPriorityComparator.Order>
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
apply(java.lang.Integer value) |
static FileAppenderPriorityComparator.Order |
valueOf(java.lang.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 java.lang.Integer apply(java.lang.Integer value)
public static FileAppenderPriorityComparator.Order valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static FileAppenderPriorityComparator.Order[] values()
for (FileAppenderPriorityComparator.Order c : FileAppenderPriorityComparator.Order.values()) System.out.println(c);
Copyright © 2014-2018 Konik.io. All Rights Reserved.