|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.beacm.RepeatAdjust
com.compoze.collab.beacm.RepeatWeeklyAdjust
public class RepeatWeeklyAdjust
This class stores the values for a 'repeat weekly' adjust. You can use this class to specify which days of the week to repeat on.
| Constructor Summary | |
|---|---|
RepeatWeeklyAdjust()
Constructor. |
|
RepeatWeeklyAdjust(String[] values)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addDayOfWeek(int iDayOfWeek)
Adds the day of week to the repeat adjust. |
boolean |
containsDay(int iDayOfWeek)
Checks to see if this adjust contains the day of week. |
boolean |
containsDayOfWeek(int iDayOfWeek)
Checks to see if this adjust contains the day of week. |
| Methods inherited from class com.compoze.collab.beacm.RepeatAdjust |
|---|
getValues, getValuesArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepeatWeeklyAdjust()
values - the adjust valuespublic RepeatWeeklyAdjust(String[] values)
values - the adjust values| Method Detail |
|---|
public void addDayOfWeek(int iDayOfWeek)
iDayOfWeek - the day of the week (one of the SUNDAY-SATURDAY values)public boolean containsDayOfWeek(int iDayOfWeek)
iDayOfWeek - the day of the week (from RepeatPattern day constants)
true if the adjust contains the specified day of week; false otherwiseICmRepeatPattern.SUNDAY,
ICmRepeatPattern.MONDAY,
ICmRepeatPattern.TUESDAY,
ICmRepeatPattern.WEDNESDAY,
ICmRepeatPattern.THURSDAY,
ICmRepeatPattern.FRIDAY,
ICmRepeatPattern.SATURDAYpublic boolean containsDay(int iDayOfWeek)
iDayOfWeek - the day of the week (from java.util.Calendar)
true if it contains the specified day of week; false otherwise
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||