|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.NoticeType
This class stores the values for the Domino notice types. The type of notice is represented with a type string.
Field Summary | |
static NoticeType |
ACCEPTED
This value represents the 'accepted' notice type. |
static NoticeType |
ACCEPTED_INVITATION
This value represents the 'accepted invitation' notice type. |
static NoticeType |
ACCEPTED_TENTATIVELY
This value represents the 'accepted tentatively' notice type. |
static NoticeType |
ACCEPTED_TENTATIVELY_INVITATION
This value represents the 'accepted tentatively invitation' notice type. |
static NoticeType |
CANCELLED
This value represents the 'cancelled' notice type. |
static NoticeType |
COMPLETED
This value represents the 'completed' notice type. |
static NoticeType |
CONFIRMED
This value represents the 'confirmed' notice type. |
static NoticeType |
COUNTER_DECLINED
This value represents the 'counter declined' notice type. |
static NoticeType |
COUNTERED
This value represents the 'countered' notice type. |
static NoticeType |
COUNTERED_INVITATION
This value represents the 'countered invitation' notice type. |
static NoticeType |
DECLINED
This value represents the 'declined' notice type. |
static NoticeType |
DECLINED_INVITATION
This value represents the 'declined invitation' notice type. |
static NoticeType |
DELEGATED
This value represents the 'delegated' notice type. |
static NoticeType |
DELEGATED_INVITATION
This value represents the 'delegated invitation' notice type. |
static NoticeType |
INVITATION
This value represents the 'invitation' notice type. |
static NoticeType |
INVITATION_DELEGATE
This value represents the 'invitation delegate' notice type. |
static NoticeType |
REQUEST_INFO
This value represents the 'request info' notice type. |
static NoticeType |
RESCHEDULED
This value represents the 'rescheduled' notice type. |
static NoticeType |
RESOURCE_ERROR
This value represents the 'resource error' notice type. |
static NoticeType |
UPDATED_INFO
This value represents the 'updated info' notice type. |
static int |
VALUE_ACCEPTED
This value represents the 'accepted' value. |
static int |
VALUE_ACCEPTED_INVITATION
This value represents the 'accepted invitation' value. |
static int |
VALUE_ACCEPTED_TENTATIVELY
This value represents the 'accepted tentatively' value. |
static int |
VALUE_ACCEPTED_TENTATIVELY_INVITATION
This value represents the 'accepted tentatively invitation' value. |
static int |
VALUE_CANCELLED
This value represents the 'cancelled' value. |
static int |
VALUE_COMPLETED
This value represents the 'completed' value. |
static int |
VALUE_CONFIRMED
This value represents the 'confirmed' value. |
static int |
VALUE_COUNTER_DECLINED
This value represents the 'counter declined' value. |
static int |
VALUE_COUNTERED
This value represents the 'countered' value. |
static int |
VALUE_COUNTERED_INVITATION
This value represents the 'countered invitation' value. |
static int |
VALUE_DECLINED
This value represents the 'declined' value. |
static int |
VALUE_DECLINED_INVITATION
This value represents the 'declined invitation' value. |
static int |
VALUE_DELEGATED
This value represents the 'delegated' value. |
static int |
VALUE_DELEGATED_INVITATION
This value represents the 'delegated invitation' value. |
static int |
VALUE_INVITATION
This value represents the 'invitation' value. |
static int |
VALUE_INVITATION_DELEGATE
This value represents the 'invitation delegate' value. |
static int |
VALUE_REQUEST_INFO
This value represents the 'request info' value. |
static int |
VALUE_RESCHEDULED
This value represents the 'rescheduled' value. |
static int |
VALUE_RESOURCE_ERROR
This value represents the 'resouce error' value. |
static int |
VALUE_UPDATED_INFO
This value represents the 'updated info' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static NoticeType |
get(int iValue)
Gets the notice type using the enumeration value. |
static java.util.List |
getList()
Gets the list of notice types. |
java.lang.Object |
getStoreValueObject()
Gets the store value as an object. |
java.lang.String |
getType()
Gets the type string of the notice type. |
int |
getValue()
Gets the enumeration value of the notice type. |
java.lang.String |
toString()
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_INVITATION
public static final int VALUE_ACCEPTED
public static final int VALUE_DECLINED
public static final int VALUE_DELEGATED
public static final int VALUE_COUNTERED
public static final int VALUE_COMPLETED
public static final int VALUE_ACCEPTED_TENTATIVELY
public static final int VALUE_RESCHEDULED
public static final int VALUE_CONFIRMED
public static final int VALUE_CANCELLED
public static final int VALUE_COUNTER_DECLINED
public static final int VALUE_REQUEST_INFO
public static final int VALUE_ACCEPTED_INVITATION
public static final int VALUE_DECLINED_INVITATION
public static final int VALUE_DELEGATED_INVITATION
public static final int VALUE_COUNTERED_INVITATION
public static final int VALUE_ACCEPTED_TENTATIVELY_INVITATION
public static final int VALUE_INVITATION_DELEGATE
public static final int VALUE_UPDATED_INFO
public static final int VALUE_RESOURCE_ERROR
public static final NoticeType INVITATION
Invitation
public static final NoticeType INVITATION_DELEGATE
Invitation
public static final NoticeType ACCEPTED_INVITATION
Invitation
public static final NoticeType DECLINED_INVITATION
Invitation
public static final NoticeType DELEGATED_INVITATION
DelegatedInvitation
public static final NoticeType COUNTERED_INVITATION
CounteredInvitation
public static final NoticeType ACCEPTED_TENTATIVELY_INVITATION
Invitation
public static final NoticeType ACCEPTED
public static final NoticeType DECLINED
public static final NoticeType DELEGATED
DelegatedNotice
public static final NoticeType COUNTERED
CounterProposal
public static final NoticeType COMPLETED
public static final NoticeType ACCEPTED_TENTATIVELY
public static final NoticeType RESCHEDULED
public static final NoticeType CONFIRMED
public static final NoticeType CANCELLED
public static final NoticeType COUNTER_DECLINED
public static final NoticeType REQUEST_INFO
RequestInvitationInfo
public static final NoticeType UPDATED_INFO
Invitation
public static final NoticeType RESOURCE_ERROR
Method Detail |
public java.lang.String getType()
public java.lang.Object getStoreValueObject()
public int getValue()
NoticeType
class.
VALUE_
constants)public static NoticeType get(int iValue)
iValue
- the enumeration value of the notice type
null
if not foundpublic static java.util.List getList()
NoticeType
s (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same type string as the argument; false
otherwisepublic java.lang.String toString()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |