| Package | Description |
|---|---|
| ma.glasnost.orika.test.community |
| Modifier and Type | Method and Description |
|---|---|
static Issue71TestCase.MyEnum |
Issue71TestCase.MyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Issue71TestCase.MyEnum[] |
Issue71TestCase.MyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Issue71TestCase.MyEnum> |
Issue71TestCase.A.getMyEnum() |
| Modifier and Type | Method and Description |
|---|---|
void |
Issue71TestCase.A.setMyEnum(List<Issue71TestCase.MyEnum> myEnum) |
Copyright © 2016 Glasnost. All rights reserved.