public enum MXMLFlexJSEmitterTokens extends Enum<MXMLFlexJSEmitterTokens> implements IEmitterTokens
Enum Constant and Description |
---|
BINDING_PREFIX |
EVENT_PREFIX |
ID_PREFIX |
Modifier and Type | Method and Description |
---|---|
String |
getToken() |
static MXMLFlexJSEmitterTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MXMLFlexJSEmitterTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MXMLFlexJSEmitterTokens EVENT_PREFIX
public static final MXMLFlexJSEmitterTokens ID_PREFIX
public static final MXMLFlexJSEmitterTokens BINDING_PREFIX
public static MXMLFlexJSEmitterTokens[] values()
for (MXMLFlexJSEmitterTokens c : MXMLFlexJSEmitterTokens.values()) System.out.println(c);
public static MXMLFlexJSEmitterTokens 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 getToken()
getToken
in interface IEmitterTokens
Copyright © 2016 The Apache Software Foundation. All rights reserved.