| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
| Modifier and Type | Method and Description |
|---|---|
MappingType |
FieldMapping.getMappingType()
Returns the specified
MappingType to this. |
static MappingType |
MappingType.parse(String value) |
static MappingType |
MappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingType[] |
MappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldMapping.setMappingType(MappingType mappingType)
Sets a
MappingType to this. |