|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.FileCreationRecord
public final class FileCreationRecord
This class represents the first record to appear in an MPX file. This record identifies the file type, version number, originating software and the separator to be used in the remainder of the file.
| Method Summary | |
|---|---|
CodePage |
getCodePage()
Retrieves the codepage. |
char |
getDelimiter()
Retrieves the delimiter character, "," by default. |
FileVersion |
getFileVersion()
Version of the MPX file. |
ProjectFile |
getParentFile()
Accessor method allowing retrieval of ProjectFile reference. |
String |
getProgramName()
Program name file created by. |
void |
setCodePage(CodePage codePage)
Sets the codepage. |
void |
setDelimiter(char delimiter)
Sets the delimiter character, "," by default. |
void |
setFileVersion(FileVersion version)
Version of the MPX file. |
void |
setProgramName(String programName)
Program name file created by. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setDelimiter(char delimiter)
delimiter - delimiter characterpublic char getDelimiter()
public void setProgramName(String programName)
programName - system namepublic String getProgramName()
public void setFileVersion(FileVersion version)
version - MPX file versionpublic FileVersion getFileVersion()
public void setCodePage(CodePage codePage)
codePage - code page typepublic CodePage getCodePage()
public final ProjectFile getParentFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||