com.compoze.collab.exchange
Class  FlagTextEnum
java.lang.Object
  |
  +--com.compoze.collab.Enum
        |
        +--com.compoze.collab.exchange.FlagTextEnum
- All Implemented Interfaces: 
 - java.io.Serializable
 
- public class FlagTextEnum
- extends Enum
- implements java.io.Serializable
   
This class is used to represent some standard strings that are associated
 with a flag status on an item. These are only some of the recommended
 values since any string can be used as flag text.
 The enumeration class that contains FlagText elements.
- See Also: 
 - Serialized Form
 
 
 
| 
Constructor Summary | 
protected  | 
FlagTextEnum(java.lang.Class elementClass,
             int iNumElements,
             com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
             EnumElement defaultElement,
             java.lang.String sInternalName,
             boolean bMaskable)
 
          Constructor. | 
protected  | 
FlagTextEnum(int iNumElements)
 
            | 
 
| 
Method Summary | 
static Enum | 
i()
 
          Gets the singleton. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VALUE_CALL
public static final int VALUE_CALL
VALUE_DO_NOT_FORWARD
public static final int VALUE_DO_NOT_FORWARD
VALUE_FOLLOW_UP
public static final int VALUE_FOLLOW_UP
VALUE_FOR_YOUR_INFORMATION
public static final int VALUE_FOR_YOUR_INFORMATION
VALUE_FORWARD
public static final int VALUE_FORWARD
VALUE_NO_RESPONSE_NECESSARY
public static final int VALUE_NO_RESPONSE_NECESSARY
VALUE_READ
public static final int VALUE_READ
VALUE_REPLY
public static final int VALUE_REPLY
VALUE_REPLY_TO_ALL
public static final int VALUE_REPLY_TO_ALL
VALUE_REVIEW
public static final int VALUE_REVIEW
NUM_ELEMENTS
public static final int NUM_ELEMENTS
CALL
public static final FlagText CALL
DO_NOT_FORWARD
public static final FlagText DO_NOT_FORWARD
FOLLOW_UP
public static final FlagText FOLLOW_UP
FOR_YOUR_INFORMATION
public static final FlagText FOR_YOUR_INFORMATION
FORWARD
public static final FlagText FORWARD
NO_RESPONSE_NECESSARY
public static final FlagText NO_RESPONSE_NECESSARY
READ
public static final FlagText READ
REPLY
public static final FlagText REPLY
REPLY_TO_ALL
public static final FlagText REPLY_TO_ALL
REVIEW
public static final FlagText REVIEW
FlagTextEnum
protected FlagTextEnum(java.lang.Class elementClass,
                       int iNumElements,
                       com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
                       EnumElement defaultElement,
                       java.lang.String sInternalName,
                       boolean bMaskable)
- Constructor.
 
FlagTextEnum
protected FlagTextEnum(int iNumElements)
i
public static Enum i()
- Gets the singleton.
 
 
 Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.