| Package | Description |
|---|---|
| net.sf.practicalxml.converter.bean |
| Modifier and Type | Method and Description |
|---|---|
AbstractBeanConverterTestCase.MyEnum |
AbstractBeanConverterTestCase.EnumBean.getValue() |
static AbstractBeanConverterTestCase.MyEnum |
AbstractBeanConverterTestCase.MyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractBeanConverterTestCase.MyEnum[] |
AbstractBeanConverterTestCase.MyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanConverterTestCase.EnumBean.setValue(AbstractBeanConverterTestCase.MyEnum value) |
| Constructor and Description |
|---|
AbstractBeanConverterTestCase.EnumBean(AbstractBeanConverterTestCase.MyEnum value) |