public static enum BeanJsonConverterTest.TestObject.TestEnum extends Enum<BeanJsonConverterTest.TestObject.TestEnum>
| Modifier and Type | Method and Description |
|---|---|
static BeanJsonConverterTest.TestObject.TestEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanJsonConverterTest.TestObject.TestEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanJsonConverterTest.TestObject.TestEnum foo
public static final BeanJsonConverterTest.TestObject.TestEnum bar
public static final BeanJsonConverterTest.TestObject.TestEnum baz
public static BeanJsonConverterTest.TestObject.TestEnum[] values()
for (BeanJsonConverterTest.TestObject.TestEnum c : BeanJsonConverterTest.TestObject.TestEnum.values()) System.out.println(c);
public static BeanJsonConverterTest.TestObject.TestEnum 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.