public enum FrameworkButton extends Enum<FrameworkButton>
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<FrameworkButton> |
asSet(FrameworkButton... buttons) |
static FrameworkButton |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameworkButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameworkButton ADD
public static final FrameworkButton REMOVE
public static final FrameworkButton EDIT_SAVE
public static final FrameworkButton CANCEL
public static FrameworkButton[] values()
for (FrameworkButton c : FrameworkButton.values()) System.out.println(c);
public static FrameworkButton 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 static EnumSet<FrameworkButton> asSet(FrameworkButton... buttons)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.