public static enum Action.Target extends Enum<Action.Target>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Action.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Action.Target BLANK
public static final Action.Target TOP
public static final Action.Target SELF
public static Action.Target[] values()
for (Action.Target c : Action.Target.values()) System.out.println(c);
public static Action.Target 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<Action.Target>Copyright © 2013–2020 Adobe. All rights reserved.