| Package | Description |
|---|---|
| net.sf.mpxj |
| Modifier and Type | Method and Description |
|---|---|
static ProjectTimeFormat |
ProjectTimeFormat.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static ProjectTimeFormat |
ProjectTimeFormat.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
ProjectTimeFormat |
ProjectHeader.getTimeFormat()
Gets constant representing the Time Format.
|
static ProjectTimeFormat |
ProjectTimeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectTimeFormat[] |
ProjectTimeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectHeader.setTimeFormat(ProjectTimeFormat timeFormat)
Sets constant representing the time format.
|
Copyright © 2013. All Rights Reserved.