|
EDCS Reference Manual
Types EDCS_Mapping_Entry_Type_Code |
|---|
/* * REGISTERABLE ENUM: EDCS_Mapping_Entry_Type_Code * * Specifies the concept of an individual target in a * mapping structure's entry list. */ typedef EDCS_Integer EDCS_Mapping_Entry_Type_Code;
| Enumerant | Definition | Value |
|---|---|---|
| EDCS_MAPPING_ENTRY_TYP_ATTR | The target is an EA. |
1 |
| EDCS_MAPPING_ENTRY_TYP_ATTR_VAL | The target is an EA with a specific value. |
2 |
| EDCS_MAPPING_ENTRY_TYP_METADATA | The target is an EM. |
3 |
| EDCS_MAPPING_ENTRY_TYP_CLASS | The target is an EC. |
4 |
|