Compoze Software, Inc.

com.compoze.collab.exchange
Class FlagStatusEnum


java.lang.Object

  |

  +--com.compoze.collab.Enum

        |

        +--com.compoze.collab.exchange.FlagStatusEnum

All Implemented Interfaces:
java.io.Serializable

public class FlagStatusEnum
extends Enum
implements java.io.Serializable

This class is used to represent how an item is flagged in Exchange. The enumeration class that contains FlagStatus elements.

See Also:
Serialized Form

Field Summary
static FlagStatus NONE
          Removes the flag from an item
static int NUM_ELEMENTS
           
static FlagStatus RED
          Adds a red flag for follow up to an item.
static int VALUE_NONE
           
static int VALUE_RED
           
static int VALUE_WHITE
           
static FlagStatus WHITE
          Adds a complete flag to an item
 
Fields inherited from class com.compoze.collab.Enum
m_elements
 
Constructor Summary
protected FlagStatusEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected FlagStatusEnum(int iNumElements)
           
 
Method Summary
static Enum i()
          Gets the singleton.
 
Methods inherited from class com.compoze.collab.Enum
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_NONE


public static final int VALUE_NONE

VALUE_RED


public static final int VALUE_RED

VALUE_WHITE


public static final int VALUE_WHITE

NUM_ELEMENTS


public static final int NUM_ELEMENTS

NONE


public static final FlagStatus NONE
Removes the flag from an item

RED


public static final FlagStatus RED
Adds a red flag for follow up to an item.

WHITE


public static final FlagStatus WHITE
Adds a complete flag to an item
Constructor Detail

FlagStatusEnum


protected FlagStatusEnum(java.lang.Class elementClass,
                         int iNumElements,
                         com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
                         EnumElement defaultElement,
                         java.lang.String sInternalName,
                         boolean bMaskable)
Constructor.

FlagStatusEnum


protected FlagStatusEnum(int iNumElements)
Method Detail

i


public static Enum i()
Gets the singleton.

Compoze Software, Inc.

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