IdMapperType.<enum>
IdMapperType types
Description
Class exposing the available id mapping types. These are used in conjunction with ids provided to determine how to unqiuely identify a PLANit entity as each entity often has multiple id fields.
Fields
<enum> Fields | Description | Instance documentation |
---|---|---|
ID |
PLANit internal id (generally not used by users) | N/A |
XML |
PLANit XML id, the id present in PLANit data format as the id field |
N/A |
EXTERNAL_ID |
PLANit external id, external id of a PLANit entity when sourced from a third party | N/A |
See also
N/A
Source code
Class IdMapperType
in enums.py