|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.ProjectCalendarDateRanges
public abstract class ProjectCalendarDateRanges
An abstract class representing a collection of date ranges with supporting methods.
| Constructor Summary | |
|---|---|
ProjectCalendarDateRanges()
|
|
| Method Summary | |
|---|---|
void |
addRange(DateRange range)
Add a date range to the list of date ranges. |
DateRange |
getRange(int index)
Retrieve the date range at the specified index. |
int |
getRangeCount()
Returns the number of date ranges associated with this instance. |
Iterator<DateRange> |
iterator()
Retrieve an iterator to allow the list of date ranges to be traversed. |
void |
setRange(int index,
DateRange value)
Replace a date range at the specified index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectCalendarDateRanges()
| Method Detail |
|---|
public void addRange(DateRange range)
range - date rangepublic DateRange getRange(int index)
index - range index
public void setRange(int index,
DateRange value)
index - range indexvalue - DateRange instancepublic Iterator<DateRange> iterator()
iterator in interface Iterable<DateRange>public int getRangeCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||