de.viaboxx.nlstools.formats
Enum BundleWriter.FileType
java.lang.Object
java.lang.Enum<BundleWriter.FileType>
de.viaboxx.nlstools.formats.BundleWriter.FileType
- All Implemented Interfaces:
- Serializable, Comparable<BundleWriter.FileType>
- Enclosing class:
- BundleWriter
public static enum BundleWriter.FileType
- extends Enum<BundleWriter.FileType>
NO
public static final BundleWriter.FileType NO
XML
public static final BundleWriter.FileType XML
PROPERTIES
public static final BundleWriter.FileType PROPERTIES
JS
public static final BundleWriter.FileType JS
JS_PRETTY
public static final BundleWriter.FileType JS_PRETTY
JAVA_FULL_ENUM_KEYS
public static final BundleWriter.FileType JAVA_FULL_ENUM_KEYS
JAVA_ENUM_KEYS
public static final BundleWriter.FileType JAVA_ENUM_KEYS
JAVA_FULL
public static final BundleWriter.FileType JAVA_FULL
JAVA_SMALL
public static final BundleWriter.FileType JAVA_SMALL
SQL
public static final BundleWriter.FileType SQL
FLEX_FULL
public static final BundleWriter.FileType FLEX_FULL
FLEX_SMALL
public static final BundleWriter.FileType FLEX_SMALL
values
public static BundleWriter.FileType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (BundleWriter.FileType c : BundleWriter.FileType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BundleWriter.FileType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2013. All Rights Reserved.