|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.calendar.AppointmentType
This class represents an appointment type.
Field Summary | |
static AppointmentType |
ANNIVERSARY
This value represents an 'anniversary' type. |
static AppointmentType |
APPOINTMENT
This value represents an 'appointment' type. |
static AppointmentType |
MEETING
This value represents a 'meeting' type. |
static AppointmentType |
REMINDER
This value represents a 'reminder' type. |
static int |
VALUE_ANNIVERSARY
This value represents the 'anniversary' value. |
static int |
VALUE_APPOINTMENT
This value represents the 'appointment' value. |
static int |
VALUE_MEETING
This value represents the 'meeting' value. |
static int |
VALUE_REMINDER
This value represents the 'reminder' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static AppointmentType |
get(int iValue)
Gets the appointment type by the value. |
static java.util.List |
getAppointmentTypes()
Gets the list of appointment type objects. |
java.lang.String |
getKey()
Gets the key (resource name) for i18n. |
java.lang.String |
getTimeKey()
Gets the time key (resource name) for i18n. |
int |
getValue()
Gets the value of the appointment type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_APPOINTMENT
public static final int VALUE_MEETING
public static final int VALUE_REMINDER
public static final int VALUE_ANNIVERSARY
public static final AppointmentType APPOINTMENT
public static final AppointmentType MEETING
public static final AppointmentType REMINDER
public static final AppointmentType ANNIVERSARY
Method Detail |
public java.lang.String getKey()
public java.lang.String getTimeKey()
public int getValue()
VALUE_
constants)public static AppointmentType get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getAppointmentTypes()
AppointmentType
objects (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |