public interface IMappingMode
Modifier and Type | Field and Description |
---|---|
static IMappingMode |
CREATE_MAPPING
The mapping mode that specifies the transformation should create a
mapping model.
|
static IMappingMode |
NO_MAPPING
The mapping mode that specifies mapped names will not be used.
|
static IMappingMode |
UPDATE_MAPPING
The mapping mode that specifies the transformation should update a
mapping model.
|
static IMappingMode |
USES_MAPPING
The mapping mode that specifies mapped names will be used.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Retrieves the id of this mode.
|
java.lang.String |
getName()
Returns the name of this mapping mode.
|
static final IMappingMode NO_MAPPING
static final IMappingMode USES_MAPPING
static final IMappingMode CREATE_MAPPING
static final IMappingMode UPDATE_MAPPING