Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mpp | |
net.sf.mpxj.mspdi |
Modifier and Type | Method and Description |
---|---|
ProjectProperties |
ProjectFile.getProjectProperties()
This method is used to retrieve the project properties.
|
Constructor and Description |
---|
GenericCriteria(ProjectProperties properties)
Constructor.
|
GraphicalIndicatorCriteria(ProjectProperties properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
MPPUtility.dataDump(ProjectProperties properties,
byte[] data,
boolean dumpShort,
boolean dumpInt,
boolean dumpDouble,
boolean dumpTimeStamp,
boolean dumpDuration,
boolean dumpDate,
boolean dumpTime,
boolean dumpAdjustedDuration)
Dump out all the possible variables within the given data block.
|
static Duration |
MPPUtility.getAdjustedDuration(ProjectProperties properties,
int duration,
TimeUnit timeUnit)
Given a duration and the time units for the duration extracted from an MPP
file, this method creates a new Duration to represent the given
duration.
|
Modifier and Type | Method and Description |
---|---|
static Duration |
DatatypeConverter.parseDurationInTenthsOfMinutes(ProjectProperties properties,
Number value,
TimeUnit targetTimeUnit)
Parse duration represented as tenths of minutes.
|
static Duration |
DatatypeConverter.parseDurationInThousanthsOfMinutes(ProjectProperties properties,
Number value,
TimeUnit targetTimeUnit)
Parse duration represented in thousandths of minutes.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.