|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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 addtrue
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.dayOfWeek
- the day of the week to addtrue
if it was added, or false
if it
already existspublic boolean remove(DayOfWeek dayOfWeek)
dayOfWeek
- the day of the week to removetrue
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 bynull
if not foundpublic int getStoreValue()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same store value as the
argument, false
otherwisepublic int getCount()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the locale
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |