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