public static enum BazBinding.ANSWER extends Enum<BazBinding.ANSWER>
| Modifier and Type | Method and Description |
|---|---|
static BazBinding.ANSWER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BazBinding.ANSWER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BazBinding.ANSWER YES
public static final BazBinding.ANSWER NO
public static BazBinding.ANSWER[] values()
for (BazBinding.ANSWER c : BazBinding.ANSWER.values()) System.out.println(c);
public static BazBinding.ANSWER 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 © 2008-2015 Seam Framework. All Rights Reserved.