|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.AppointmentType
This class implements an appointment type.
Appointment.getAppointmentType()
,
Serialized FormField Summary | |
static AppointmentType |
ALL_DAY_EVENT
This value represents the 'All Day Event' type. |
static AppointmentType |
ANNIVERSARY
This value represents the 'Anniversary' type. |
static AppointmentType |
APPOINTMENT
This value represents the 'Appointment' type. |
static AppointmentType |
MEETING
This value represents the 'Meeting' type. |
static AppointmentType |
REMINDER
This value represents the 'Reminder' type. |
static int |
VALUE_ALL_DAY_EVENT
This is the value of the type 'all day event'. |
static int |
VALUE_ANNIVERSARY
This is the value of the type 'anniversary'. |
static int |
VALUE_APPOINTMENT
This is the value of the type 'appointment'. |
static int |
VALUE_MEETING
This is the value of the type 'meeting'. |
static int |
VALUE_REMINDER
This is the value of the type 'reminder'. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other AppointmentType
object is "equal to" this one. |
static AppointmentType |
get(int iValue)
Gets the appointment type by value. |
static java.util.List |
getList()
Gets the list of appointment types. |
java.lang.String |
getName()
Gets the name of the appointment type using the system default locale. |
java.lang.String |
getName(java.util.Locale locale)
Gets the name of the appointment type using the specified locale. |
int |
getStoreValue()
Gets the store value used to store the importance in the storage system. |
java.lang.Object |
getStoreValueObject()
Gets the store value as an object. |
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 |
Field Detail |
public static final int VALUE_APPOINTMENT
public static final int VALUE_ANNIVERSARY
public static final int VALUE_ALL_DAY_EVENT
public static final int VALUE_MEETING
public static final int VALUE_REMINDER
public static final AppointmentType APPOINTMENT
public static final AppointmentType ANNIVERSARY
public static final AppointmentType ALL_DAY_EVENT
public static final AppointmentType MEETING
public static final AppointmentType REMINDER
Method Detail |
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale
- the locale
public int getStoreValue()
public java.lang.Object getStoreValueObject()
public static AppointmentType get(int iValue)
iValue
- the value of the type
null
if not foundpublic boolean equals(java.lang.Object o)
AppointmentType
object is "equal to" this one.
true
if this object is the same as the obj argument; false
otherwisepublic static java.util.List getList()
AppointmentType
objects (unmodifiable)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 |