de.viaboxx.nlstools.formats
Enum BundleWriter.FileType

java.lang.Object
  extended by java.lang.Enum<BundleWriter.FileType>
      extended by 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>


Enum Constant Summary
FLEX_FULL
           
FLEX_SMALL
           
JAVA_ENUM_KEYS
           
JAVA_FULL
           
JAVA_FULL_ENUM_KEYS
           
JAVA_SMALL
           
JS
           
JS_PRETTY
           
NO
           
PROPERTIES
           
SQL
           
XML
           
 
Method Summary
static BundleWriter.FileType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BundleWriter.FileType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 © 2012. All Rights Reserved.