Element Type MF_ELE_PROJECT
Has Property #1 -> MFProp_WorkspaceName
Has Property #2 -> MFProp_WorkspacePath
Has Property #3 -> MFProp_CanCompile
Has Property #4 -> PROP_ElementType
Element Type MF_ELE_FOLDER
Has Property #1 -> MFProp_WorkspaceName
Has Property #2 -> MFProp_WorkspacePath
Has Property #3 -> PROP_ElementType
Has Property #4 -> MFProp_CanCompile
Element Type MF_ELE_FILE
Has Property #1 -> MFProp_WorkspaceName
Has Property #2 -> MFProp_WorkspacePath
Has Property #3 -> PROP_ElementType
Has Property #4 -> MFProp_CanCompile
Has Property #5 -> MFProp_ContentType
Has Property #6 -> PROP_Suffix
Element Type MF_ELE_FILE_BMS
Has Property #1 -> MFProp_WorkspaceName
Has Property #2 -> MFProp_WorkspacePath
Has Property #3 -> PROP_ElementType
Has Property #4 -> MFProp_CanCompile
Has Property #5 -> MFProp_ContentType
Has Property #6 -> PROP_Suffix
Element Type MF_ELE_FILE_JCL
Has Property #1 -> MFProp_WorkspaceName
Has Property #2 -> MFProp_WorkspacePath
Has Property #3 -> PROP_ElementType
Has Property #4 -> MFProp_CanCompile
Has Property #5 -> MFProp_ContentType
Has Property #6 -> PROP_Suffix
Element Type MF_ELE_FILE_DATA
Has Property #1 -> MFProp_WorkspaceName
Has Property #2 -> MFProp_WorkspacePath
Has Property #3 -> PROP_ElementType
Has Property #4 -> MFProp_CanCompile
Has Property #5 -> MFProp_ContentType
Has Property #6 -> PROP_Suffix
| 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 |