public class EnumMapping
extends java.lang.Object
| Constructor and Description |
|---|
EnumMapping(java.lang.String source,
java.lang.String target) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSource()
Returns the name of the constant in the source enum.
|
java.lang.String |
getTarget()
Returns the name of the constant in the target enum.
|
Copyright © 2012-2014. All Rights Reserved.