java.io.Serializable, java.lang.Comparable<AppenderFileFormatType>public enum AppenderFileFormatType extends java.lang.Enum<AppenderFileFormatType>
Created: 2015. 02. 22 AM 4:52:38
| Modifier and Type | Method | Description |
|---|---|---|
static AppenderFileFormatType |
resolve(java.lang.String alias) |
Returns an
AppenderFileFormatType with a value represented
by the specified String. |
java.lang.String |
toString() |
|
static AppenderFileFormatType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AppenderFileFormatType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppenderFileFormatType XML
public static final AppenderFileFormatType APON
public static AppenderFileFormatType[] values()
for (AppenderFileFormatType c : AppenderFileFormatType.values()) System.out.println(c);
public static AppenderFileFormatType 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 java.lang.String toString()
toString in class java.lang.Enum<AppenderFileFormatType>public static AppenderFileFormatType resolve(java.lang.String alias)
AppenderFileFormatType with a value represented
by the specified String.alias - the appender file format type as a StringAppenderFileFormatType, may be nullCopyright © 2008–2018 The Aspectran Project. All rights reserved.