public final class ProjectManagementFileType extends FileType
Defines Project file formats that are created by Project Management software such as Microsoft Project, Primavera P6 etc. A project file is a collection of tasks, resources, and their scheduling to get a measurable output in the form or a product or a service.
Project management documents. Includes the following file types:
Mpp
,
Mpt
,
Mpx
.
Learn more about Project Management formats here.
Modifier and Type | Field and Description |
---|---|
static ProjectManagementFileType |
Mpp
MPP is Microsoft Project data file that stores information related to project management in an integrated manner.
|
static ProjectManagementFileType |
Mpt
Microsoft Project template files, contain basic information and structure along with document settings for creating .MPP files.
|
static ProjectManagementFileType |
Mpx
Microsoft Exchange File Format, is an ASCII file format for transferring of project information between Microsoft Project (MSP) and other applications that support the MPX file format such as Primavera Project Planner, Sciforma and Timerline Precision Estimating.
|
static ProjectManagementFileType |
Xer
The XER file format is a proprietary project file format used by Primavera P6 project planning and management application.
|
Constructor and Description |
---|
ProjectManagementFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedTargetTypes() |
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, getLoadOptions, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final ProjectManagementFileType Mpt
Microsoft Project template files, contain basic information and structure along with document settings for creating .MPP files. Learn more about this file format here.
public static final ProjectManagementFileType Mpp
MPP is Microsoft Project data file that stores information related to project management in an integrated manner. Learn more about this file format here.
public static final ProjectManagementFileType Mpx
Microsoft Exchange File Format, is an ASCII file format for transferring of project information between Microsoft Project (MSP) and other applications that support the MPX file format such as Primavera Project Planner, Sciforma and Timerline Precision Estimating. Learn more about this file format here.
public static final ProjectManagementFileType Xer
The XER file format is a proprietary project file format used by Primavera P6 project planning and management application. Learn more about this file format here.
public ProjectManagementFileType()
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
public static final FileType[] getExcludedTargetTypes()