|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.DatatypeConverter
public final class DatatypeConverter
This class contains methods used to perform the datatype conversions required to read and write PM files.
| Constructor Summary | |
|---|---|
DatatypeConverter()
|
|
| Method Summary | |
|---|---|
static Date |
parseDateTime(String value)
Parse a date time value. |
static Date |
parseTime(String value)
Parse a time value. |
static String |
printDateTime(Date value)
Print a date time value. |
static String |
printTime(Date value)
Print a time value. |
static void |
setParentFile(ProjectFile file)
This method is called to set the parent file for the current write operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatatypeConverter()
| Method Detail |
|---|
public static final String printDateTime(Date value)
value - date time value
public static final Date parseDateTime(String value)
value - string representation
public static final String printTime(Date value)
value - time value
public static final Date parseTime(String value)
value - time value
public static final void setParentFile(ProjectFile file)
file - parent file instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||