|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.DaysOfWeek
This class stores the values for 'days of week'. It maintains an internal bitmask that is used to send a set of days of the week to Exchange.
Constructor Summary | |
DaysOfWeek()
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static DaysOfWeek |
get(int iStoreValue)
Gets the days of week by its store value. |
int |
getCount()
Gets a count of the number of days of the week that are set. |
int |
getStoreValue()
Gets the value that's used to store the day of week in the storage system. |
boolean |
remove(DayOfWeek dayOfWeek)
Removes a day of the week. |
boolean |
set(DayOfWeek dayOfWeek)
Adds a day of the week. |
boolean |
set(int iDayOfWeek)
Adds a day of the week from the the integer value obtained from Calendar.DAY_OF_WEEK . |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DaysOfWeek()
Method Detail |
public boolean set(DayOfWeek dayOfWeek)
dayOfWeek
- the day of the week to add
true
if it was added, or false
if it
already existspublic boolean set(int iDayOfWeek)
Calendar.DAY_OF_WEEK
. If the day already exists then it is not
added twice.
true
if it was added, or false
if it
already existspublic boolean remove(DayOfWeek dayOfWeek)
dayOfWeek
- the day of the week to remove
true
if the day was removed, or false
if it was not in the listpublic static DaysOfWeek get(int iStoreValue)
iStoreValue
- the store value to get by
null
if not foundpublic int getStoreValue()
public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same store value as the
argument, false
otherwisepublic int getCount()
public java.lang.String toString()
public java.lang.String toString(java.util.Locale locale)
locale
- the locale
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |