| Package | Description |
|---|---|
| org.dozer.vo.enumtest |
| Modifier and Type | Method and Description |
|---|---|
SrcType |
MyBean.getSrcType() |
static SrcType |
SrcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrcType[] |
SrcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MyBean.setSrcType(SrcType srcType) |
Copyright © 2005-2014 dozer. All Rights Reserved.