net.sf.mpxj.mpp
Class ProgressLineDay

java.lang.Object
  extended by net.sf.mpxj.Day
      extended by 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.


Field Summary
static Day DAY
           
static Day NONWORKINGDAY
           
static Day WORKINGDAY
           
 
Fields inherited from class net.sf.mpxj.Day
FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
 
Constructor Summary
protected ProgressLineDay(int value)
          Private constructor.
 
Method Summary
static Day getInstance(int value)
          Retrieve a Day instance representing the supplied value.
 
Methods inherited from class net.sf.mpxj.Day
getNextDay, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DAY

public static final Day DAY

WORKINGDAY

public static final Day WORKINGDAY

NONWORKINGDAY

public static final Day NONWORKINGDAY
Constructor Detail

ProgressLineDay

protected ProgressLineDay(int value)
Private constructor.

Parameters:
value - day value
Method Detail

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.