public static enum Effect.PropertyKeys extends Enum<Effect.PropertyKeys>
Enum Constant and Description |
---|
delay |
event |
forValue |
queue |
speed |
type |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Effect.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Effect.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Effect.PropertyKeys widgetVar
public static final Effect.PropertyKeys event
public static final Effect.PropertyKeys type
public static final Effect.PropertyKeys forValue
public static final Effect.PropertyKeys speed
public static final Effect.PropertyKeys delay
public static final Effect.PropertyKeys queue
public static Effect.PropertyKeys[] values()
for (Effect.PropertyKeys c : Effect.PropertyKeys.values()) System.out.println(c);
public static Effect.PropertyKeys 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 toString()
toString
in class Enum<Effect.PropertyKeys>
Copyright © 2017. All rights reserved.