public interface IDMapping
| Modifier and Type | Method and Description |
|---|---|
void |
mapIDs(int oldID,
int newID,
boolean isClassID) |
int |
strictMappedID(int oldID) |
int strictMappedID(int oldID)
throws MappingNotFoundException
MappingNotFoundException - if the given id does not refer to a system handler or the empty reference (0) and if no mapping is foundvoid mapIDs(int oldID,
int newID,
boolean isClassID)