Compoze Software, Inc.

com.compoze.domino
Class NoticeType

java.lang.Object
  extended bycom.compoze.domino.NoticeType
All Implemented Interfaces:
java.io.Serializable

public class NoticeType
extends java.lang.Object
implements java.io.Serializable

This class stores the values for the Domino notice types. The type of notice is represented with a type string.

See Also:
Serialized Form

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

VALUE_INVITATION

public static final int VALUE_INVITATION
This value represents the 'invitation' value.

See Also:
Constant Field Values

VALUE_ACCEPTED

public static final int VALUE_ACCEPTED
This value represents the 'accepted' value.

See Also:
Constant Field Values

VALUE_DECLINED

public static final int VALUE_DECLINED
This value represents the 'declined' value.

See Also:
Constant Field Values

VALUE_DELEGATED

public static final int VALUE_DELEGATED
This value represents the 'delegated' value.

See Also:
Constant Field Values

VALUE_COUNTERED

public static final int VALUE_COUNTERED
This value represents the 'countered' value.

See Also:
Constant Field Values

VALUE_COMPLETED

public static final int VALUE_COMPLETED
This value represents the 'completed' value.

See Also:
Constant Field Values

VALUE_ACCEPTED_TENTATIVELY

public static final int VALUE_ACCEPTED_TENTATIVELY
This value represents the 'accepted tentatively' value.

See Also:
Constant Field Values

VALUE_RESCHEDULED

public static final int VALUE_RESCHEDULED
This value represents the 'rescheduled' value.

See Also:
Constant Field Values

VALUE_CONFIRMED

public static final int VALUE_CONFIRMED
This value represents the 'confirmed' value.

See Also:
Constant Field Values

VALUE_CANCELLED

public static final int VALUE_CANCELLED
This value represents the 'cancelled' value.

See Also:
Constant Field Values

VALUE_COUNTER_DECLINED

public static final int VALUE_COUNTER_DECLINED
This value represents the 'counter declined' value.

See Also:
Constant Field Values

VALUE_REQUEST_INFO

public static final int VALUE_REQUEST_INFO
This value represents the 'request info' value.

See Also:
Constant Field Values

VALUE_ACCEPTED_INVITATION

public static final int VALUE_ACCEPTED_INVITATION
This value represents the 'accepted invitation' value.

See Also:
Constant Field Values

VALUE_DECLINED_INVITATION

public static final int VALUE_DECLINED_INVITATION
This value represents the 'declined invitation' value.

See Also:
Constant Field Values

VALUE_DELEGATED_INVITATION

public static final int VALUE_DELEGATED_INVITATION
This value represents the 'delegated invitation' value.

See Also:
Constant Field Values

VALUE_COUNTERED_INVITATION

public static final int VALUE_COUNTERED_INVITATION
This value represents the 'countered invitation' value.

See Also:
Constant Field Values

VALUE_ACCEPTED_TENTATIVELY_INVITATION

public static final int VALUE_ACCEPTED_TENTATIVELY_INVITATION
This value represents the 'accepted tentatively invitation' value.

See Also:
Constant Field Values

VALUE_INVITATION_DELEGATE

public static final int VALUE_INVITATION_DELEGATE
This value represents the 'invitation delegate' value.

See Also:
Constant Field Values

VALUE_UPDATED_INFO

public static final int VALUE_UPDATED_INFO
This value represents the 'updated info' value.

See Also:
Constant Field Values

VALUE_RESOURCE_ERROR

public static final int VALUE_RESOURCE_ERROR
This value represents the 'resouce error' value.

See Also:
Constant Field Values

INVITATION

public static final NoticeType INVITATION
This value represents the 'invitation' notice type.

See Also:
Invitation

INVITATION_DELEGATE

public static final NoticeType INVITATION_DELEGATE
This value represents the 'invitation delegate' notice type.

See Also:
Invitation

ACCEPTED_INVITATION

public static final NoticeType ACCEPTED_INVITATION
This value represents the 'accepted invitation' notice type.

See Also:
Invitation

DECLINED_INVITATION

public static final NoticeType DECLINED_INVITATION
This value represents the 'declined invitation' notice type.

See Also:
Invitation

DELEGATED_INVITATION

public static final NoticeType DELEGATED_INVITATION
This value represents the 'delegated invitation' notice type.

See Also:
DelegatedInvitation

COUNTERED_INVITATION

public static final NoticeType COUNTERED_INVITATION
This value represents the 'countered invitation' notice type.

See Also:
CounteredInvitation

ACCEPTED_TENTATIVELY_INVITATION

public static final NoticeType ACCEPTED_TENTATIVELY_INVITATION
This value represents the 'accepted tentatively invitation' notice type.

See Also:
Invitation

ACCEPTED

public static final NoticeType ACCEPTED
This value represents the 'accepted' notice type.


DECLINED

public static final NoticeType DECLINED
This value represents the 'declined' notice type.


DELEGATED

public static final NoticeType DELEGATED
This value represents the 'delegated' notice type.

See Also:
DelegatedNotice

COUNTERED

public static final NoticeType COUNTERED
This value represents the 'countered' notice type.

See Also:
CounterProposal

COMPLETED

public static final NoticeType COMPLETED
This value represents the 'completed' notice type.


ACCEPTED_TENTATIVELY

public static final NoticeType ACCEPTED_TENTATIVELY
This value represents the 'accepted tentatively' notice type.


RESCHEDULED

public static final NoticeType RESCHEDULED
This value represents the 'rescheduled' notice type.


CONFIRMED

public static final NoticeType CONFIRMED
This value represents the 'confirmed' notice type.


CANCELLED

public static final NoticeType CANCELLED
This value represents the 'cancelled' notice type.


COUNTER_DECLINED

public static final NoticeType COUNTER_DECLINED
This value represents the 'counter declined' notice type.


REQUEST_INFO

public static final NoticeType REQUEST_INFO
This value represents the 'request info' notice type.

See Also:
RequestInvitationInfo

UPDATED_INFO

public static final NoticeType UPDATED_INFO
This value represents the 'updated info' notice type.

See Also:
Invitation

RESOURCE_ERROR

public static final NoticeType RESOURCE_ERROR
This value represents the 'resource error' notice type.

Method Detail

getType

public java.lang.String getType()
Gets the type string of the notice type. This is the notice type string in the underlying store.

Returns:
the type string of the notice type

getStoreValueObject

public java.lang.Object getStoreValueObject()
Gets the store value as an object.

Returns:
the store value

getValue

public int getValue()
Gets the enumeration value of the notice type. This value is unique within the NoticeType class.

Returns:
the enumeration value of the notice type (see VALUE_ constants)

get

public static NoticeType get(int iValue)
Gets the notice type using the enumeration value.

Parameters:
iValue - the enumeration value of the notice type
Returns:
the matching notice type or null if not found

getList

public static java.util.List getList()
Gets the list of notice types.

Returns:
the list of NoticeTypes (unmodifiable)

equals

public boolean equals(java.lang.Object o)
Checks for equality. An object is considered equal if the type string matches (case insensitive).

Parameters:
o - the object to check
Returns:
true if this object has the same type string as the argument; false otherwise

toString

public java.lang.String toString()
Returns a string representation of the object.

Returns:
the string representation of the object

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.