public static enum MXMLJSC.JSOutputType extends Enum<MXMLJSC.JSOutputType>
| Enum Constant and Description |
|---|
AMD |
GOOG |
JSC |
NODE |
ROYALE |
ROYALE_DITA |
ROYALE_DUAL |
| Modifier and Type | Method and Description |
|---|---|
static MXMLJSC.JSOutputType |
fromString(String text) |
String |
getText() |
static MXMLJSC.JSOutputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MXMLJSC.JSOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MXMLJSC.JSOutputType AMD
public static final MXMLJSC.JSOutputType ROYALE
public static final MXMLJSC.JSOutputType GOOG
public static final MXMLJSC.JSOutputType ROYALE_DUAL
public static final MXMLJSC.JSOutputType ROYALE_DITA
public static final MXMLJSC.JSOutputType JSC
public static final MXMLJSC.JSOutputType NODE
public static MXMLJSC.JSOutputType[] values()
for (MXMLJSC.JSOutputType c : MXMLJSC.JSOutputType.values()) System.out.println(c);
public static MXMLJSC.JSOutputType 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 getText()
public static MXMLJSC.JSOutputType fromString(String text)
Copyright © 2020 The Apache Software Foundation. All rights reserved.