public static enum BeanDelegatorTest.SimpleBean.RealStyle extends Enum<BeanDelegatorTest.SimpleBean.RealStyle>
| Modifier and Type | Method and Description |
|---|---|
static BeanDelegatorTest.SimpleBean.RealStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanDelegatorTest.SimpleBean.RealStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanDelegatorTest.SimpleBean.RealStyle R_A
public static final BeanDelegatorTest.SimpleBean.RealStyle R_B
public static BeanDelegatorTest.SimpleBean.RealStyle[] values()
for (BeanDelegatorTest.SimpleBean.RealStyle c : BeanDelegatorTest.SimpleBean.RealStyle.values()) System.out.println(c);
public static BeanDelegatorTest.SimpleBean.RealStyle 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 © 2007-2014 The Apache Software Foundation. All Rights Reserved.