public static enum Decoration.ActionsOption extends Enum<Decoration.ActionsOption>
Modifier and Type | Method and Description |
---|---|
static Decoration.ActionsOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Decoration.ActionsOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Decoration.ActionsOption SHOW
public static final Decoration.ActionsOption HIDE
public static final Decoration.ActionsOption DROPDOWN
public static final Decoration.ActionsOption HOVER
public static Decoration.ActionsOption[] values()
for (Decoration.ActionsOption c : Decoration.ActionsOption.values()) System.out.println(c);
public static Decoration.ActionsOption 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 nullCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.