|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.mpxj.ProjectEntity
net.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.
| Constructor Summary | |
|---|---|
FileCreationRecord(ProjectFile file)
Default constructor. |
|
| Method Summary | |
|---|---|
CodePage |
getCodePage()
Retrieves the codepage. |
char |
getDelimiter()
Retrieves the delimiter character, "," by default. |
FileVersion |
getFileVersion()
Version of the MPX file. |
java.lang.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(java.lang.String programName)
Program name file created by. |
| Methods inherited from class net.sf.mpxj.ProjectEntity |
|---|
getParentFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
FileCreationRecord(ProjectFile file)
file - the parent file to which this record belongs.| Method Detail |
|---|
public void setDelimiter(char delimiter)
delimiter - delimiter characterpublic char getDelimiter()
public void setProgramName(java.lang.String programName)
programName - system namepublic java.lang.String getProgramName()
public void setFileVersion(FileVersion version)
version - MPX file versionpublic FileVersion getFileVersion()
public void setCodePage(CodePage codePage)
codePage - code page typepublic CodePage getCodePage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||