Element type/relationship | Attribute | Meaning |
---|---|---|
MF_ELE_PROJECT |
ID_Definition = ID_WorkspaceProject Matchname = WKSP_PROJECT |
Workspace project |
MF_ELE_FOLDER |
ID_Definition = ID_WorkspaceFolder Matchname = WKSP_FOLDER |
Workspace folder |
MF_ELE_FILE |
ID_Definition = ID_WorkspaceFile Matchname = WKSP_FILE |
Workspace file |
MF_ELE_FILE_BMS |
ID_Definition = ID_WorkspaceFile Matchname = WKSP_FILE_BMS |
Workspace BMS file |
MF_ELE_FILE_JCL |
ID_Definition = ID_WorkspaceFile Matchname = WKSP_FILE_JCL |
Workspace JCL file |
MF_ELE_FILE_DATA |
ID_Definition = ID_WorkspaceFile Matchname = WKSP_FILE_DATA |
Workspace data file |
has Property MFProp_WorkspaceName |
TreeView_Label = True | The name of the workspace resource, without any path. |
has Property MFProp_WorkspacePath |
- | The full workspace path to the resource. |
has Property MFProp_CanCompile |
- | Boolean property which indicates whether single file compile is allowed on the resource. |
has Property PROP_ElementType |
Special Property = Element_Type | This is needed so that the model interpreter can assign the Element Type for each Element in a Element list. As the Element Type of an Element can already be seen from the Icon, the table column can be hidden. |
has Property MFProp_ContentType |
- | Eclipse content type ID. |
has Property PROP_Suffix |
- | File extension |
has Property MFProp_ErrorCount |
- | The number of errors in a file, a folder or a project. |
has Property MFProp_WarningCount |
- | The number of warnings in a file, a folder or a project. |