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