|
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.MeetingAttendanceTracking.AttendeeType
This class represents meeting attendee type.
Field Summary | |
static MeetingAttendanceTracking.AttendeeType |
MEETING_ORGANIZER
This value represents a 'meeting organizer' meeting attendee type. |
static MeetingAttendanceTracking.AttendeeType |
OPTIONAL_ATTENDEE
This value represents an 'optional attendee' meeting attendee type. |
static MeetingAttendanceTracking.AttendeeType |
REQUIRED_ATTENDEE
This value represents a 'requried attendee' meeting attendee type. |
static MeetingAttendanceTracking.AttendeeType |
RESOURCE
This value represents a 'resource' meeting attendee type. |
static MeetingAttendanceTracking.AttendeeType |
ROOM
This value represents a 'room' meeting attendee type. |
static MeetingAttendanceTracking.AttendeeType |
UNKNOWN
This value represents a 'meeting organizer' meeting attendee type. |
static int |
VALUE_MEETING_ORGANIZER
This value represents the 'meeting organizer' value. |
static int |
VALUE_OPTIONAL_ATTENDEE
This value represents the 'optional attendee' value. |
static int |
VALUE_REQUIRED_ATTENDEE
This value represents the 'requried attendee' value. |
static int |
VALUE_RESOURCE
This value represents the 'resource' value. |
static int |
VALUE_ROOM
This value represents the 'room' value. |
static int |
VALUE_UNKNOWN
This value represents the 'unknown' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static MeetingAttendanceTracking.AttendeeType |
get(int iValue)
Gets the attendee type by the value. |
static java.util.List |
getAttendeeTypes()
Gets the list of attendee type objects. |
java.lang.String |
getKey()
Gets the key (resource name) for i18n. |
int |
getValue()
Gets the value of the attendee 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_UNKNOWN
public static final int VALUE_MEETING_ORGANIZER
public static final int VALUE_REQUIRED_ATTENDEE
public static final int VALUE_OPTIONAL_ATTENDEE
public static final int VALUE_ROOM
public static final int VALUE_RESOURCE
public static final MeetingAttendanceTracking.AttendeeType UNKNOWN
public static final MeetingAttendanceTracking.AttendeeType MEETING_ORGANIZER
public static final MeetingAttendanceTracking.AttendeeType OPTIONAL_ATTENDEE
public static final MeetingAttendanceTracking.AttendeeType REQUIRED_ATTENDEE
public static final MeetingAttendanceTracking.AttendeeType ROOM
public static final MeetingAttendanceTracking.AttendeeType RESOURCE
Method Detail |
public java.lang.String getKey()
public int getValue()
public static MeetingAttendanceTracking.AttendeeType get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getAttendeeTypes()
AttendeeType
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 |