|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectTimeFormat | |
|---|---|
| net.sf.mpxj | |
| Uses of ProjectTimeFormat in net.sf.mpxj |
|---|
| Methods in net.sf.mpxj that return ProjectTimeFormat | |
|---|---|
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. |
| Methods in net.sf.mpxj with parameters of type ProjectTimeFormat | |
|---|---|
void |
ProjectHeader.setTimeFormat(ProjectTimeFormat timeFormat)
Sets constant representing the time format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||