public enum JsCompileMode extends Enum<JsCompileMode>
| Enum Constant and Description |
|---|
COMPILE_CONCAT |
CONCAT_COMPILE_EXPORT_ALL |
CONCAT_COMPILE_EXPORT_EXPLICIT |
| Modifier and Type | Method and Description |
|---|---|
static JsCompileMode |
getDefault() |
String |
getParamValue() |
static JsCompileMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsCompileMode |
valueOfParam(String param) |
static JsCompileMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsCompileMode COMPILE_CONCAT
public static final JsCompileMode CONCAT_COMPILE_EXPORT_ALL
public static final JsCompileMode CONCAT_COMPILE_EXPORT_EXPLICIT
public static JsCompileMode[] values()
for (JsCompileMode c : JsCompileMode.values()) System.out.println(c);
public static JsCompileMode 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 String getParamValue()
public static JsCompileMode valueOfParam(String param)
public static JsCompileMode getDefault()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.