net.sf.mpxj.mpp
Class ProgressLineDay
java.lang.Object
net.sf.mpxj.Day
net.sf.mpxj.mpp.ProgressLineDay
public final class ProgressLineDay
- extends Day
Instances of this class represent enumerated day values used as to
define when progress lines are drawn.
|
Constructor Summary |
protected |
ProgressLineDay(int value)
Private constructor. |
|
Method Summary |
static Day |
getInstance(int value)
Retrieve a Day instance representing the supplied value. |
DAY
public static final Day DAY
WORKINGDAY
public static final Day WORKINGDAY
NONWORKINGDAY
public static final Day NONWORKINGDAY
ProgressLineDay
protected ProgressLineDay(int value)
- Private constructor.
- Parameters:
value - day value
getInstance
public static Day getInstance(int value)
- Retrieve a Day instance representing the supplied value.
- Parameters:
value - task type value
- Returns:
- Day instance
Copyright © 2012. All Rights Reserved.