|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.TaskNoticeType
This class stores the values for the Domino task notice types. The type of notice is represented with a type string.
Field Summary | |
static TaskNoticeType |
ACCEPTED
This value represents the 'accepted' notice type. |
static TaskNoticeType |
ACCEPTED_ASSIGNMENT
This value represents the 'accepted assignment' notice type. |
static TaskNoticeType |
ASSIGNMENT
This value represents the 'assignment' notice type. |
static TaskNoticeType |
ASSIGNMENT_DELEGATE
This value represents the 'assignment delegate' notice type. |
static TaskNoticeType |
CANCELLED
This value represents the 'cancelled' notice type. |
static TaskNoticeType |
COMPLETED
This value represents the 'completed' notice type. |
static TaskNoticeType |
COMPLETED_ASSIGNMENT
This value represents the 'completed assignment' notice type. |
static TaskNoticeType |
CONFIRMED
This value represents the 'confirmed' notice type. |
static TaskNoticeType |
COUNTER_DECLINED
This value represents the 'counter declined' notice type. |
static TaskNoticeType |
COUNTERED
This value represents the 'countered' notice type. |
static TaskNoticeType |
COUNTERED_ASSIGNMENT
This value represents the 'countered assignment' notice type. |
static TaskNoticeType |
DECLINED
This value represents the 'declined' notice type. |
static TaskNoticeType |
DECLINED_ASSIGNMENT
This value represents the 'declined assignment' notice type. |
static TaskNoticeType |
DELEGATED
This value represents the 'delegated' notice type. |
static TaskNoticeType |
DELEGATED_ASSIGNMENT
This value represents the 'delegated assignment' notice type. |
static TaskNoticeType |
REQUEST_INFO
This value represents the 'request info' notice type. |
static TaskNoticeType |
RESCHEDULED
This value represents the 'rescheduled' notice type. |
static TaskNoticeType |
UPDATED_INFO
This value represents the 'updated info' notice type. |
static int |
VALUE_ACCEPTED
This value represents the 'accepted' value. |
static int |
VALUE_ACCEPTED_ASSIGNMENT
This value represents the 'accepted assignment' value. |
static int |
VALUE_ASSIGNMENT
This value represents the 'assignment' value. |
static int |
VALUE_ASSIGNMENT_DELEGATE
This value represents the 'assignment delegate' value. |
static int |
VALUE_CANCELLED
This value represents the 'cancelled' value. |
static int |
VALUE_COMPLETED
This value represents the 'completed' value. |
static int |
VALUE_COMPLETED_ASSIGNMENT
This value represents the 'completed assignment' 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_ASSIGNMENT
This value represents the 'countered assignment' value. |
static int |
VALUE_DECLINED
This value represents the 'declined' value. |
static int |
VALUE_DECLINED_ASSIGNMENT
This value represents the 'declined assignment' value. |
static int |
VALUE_DELEGATED
This value represents the 'delegated' value. |
static int |
VALUE_DELEGATED_ASSIGNMENT
This value represents the 'delegated assignment' 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_UPDATED_INFO
This value represents the 'updated info' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static TaskNoticeType |
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_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_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_UPDATED_INFO
public static final int VALUE_ASSIGNMENT_DELEGATE
public static final int VALUE_ASSIGNMENT
public static final int VALUE_DECLINED_ASSIGNMENT
public static final int VALUE_COUNTERED_ASSIGNMENT
public static final int VALUE_DELEGATED_ASSIGNMENT
public static final int VALUE_COMPLETED_ASSIGNMENT
public static final int VALUE_ACCEPTED_ASSIGNMENT
public static final int VALUE_RESCHEDULED
public static final TaskNoticeType RESCHEDULED
public static final TaskNoticeType ACCEPTED
public static final TaskNoticeType DECLINED
public static final TaskNoticeType DELEGATED
public static final TaskNoticeType COUNTERED
TaskCounterProposal
public static final TaskNoticeType COMPLETED
public static final TaskNoticeType CONFIRMED
public static final TaskNoticeType CANCELLED
public static final TaskNoticeType COUNTER_DECLINED
TaskAssignment
public static final TaskNoticeType REQUEST_INFO
RequestAssignmentInfo
public static final TaskNoticeType UPDATED_INFO
TaskAssignment
public static final TaskNoticeType ASSIGNMENT_DELEGATE
TaskAssignment
public static final TaskNoticeType ASSIGNMENT
TaskAssignment
public static final TaskNoticeType DECLINED_ASSIGNMENT
TaskAssignment
public static final TaskNoticeType COUNTERED_ASSIGNMENT
CounteredTaskAssignment
public static final TaskNoticeType DELEGATED_ASSIGNMENT
DelegatedTaskAssignment
public static final TaskNoticeType COMPLETED_ASSIGNMENT
TaskAssignment
public static final TaskNoticeType ACCEPTED_ASSIGNMENT
TaskAssignment
Method Detail |
public java.lang.String getType()
public java.lang.Object getStoreValueObject()
public int getValue()
TaskNoticeType
class.
VALUE_
constants)public static TaskNoticeType get(int iValue)
iValue
- the enumeration value of the notice type
null
if not foundpublic static java.util.List getList()
TaskNoticeType
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 |