Compoze Software, Inc.

com.compoze.collab.groupware
Class TaskStatusEnum


java.lang.Object

  |

  +--com.compoze.collab.Enum

        |

        +--com.compoze.collab.groupware.TaskStatusEnum

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExchangeTaskStatusEnum

public class TaskStatusEnum
extends Enum
implements java.io.Serializable

The enumeration class that contains TaskStatus elements.

See Also:
Serialized Form

Field Summary
static TaskStatus COMPLETED
           
static TaskStatus IN_PROGRESS
           
static TaskStatus NOT_STARTED
           
static int NUM_ELEMENTS
           
static int VALUE_COMPLETED
           
static int VALUE_IN_PROGRESS
           
static int VALUE_NOT_STARTED
           
 
Fields inherited from class com.compoze.collab.Enum
m_elements
 
Constructor Summary
protected TaskStatusEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected TaskStatusEnum(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_COMPLETED


public static final int VALUE_COMPLETED

VALUE_IN_PROGRESS


public static final int VALUE_IN_PROGRESS

VALUE_NOT_STARTED


public static final int VALUE_NOT_STARTED

NUM_ELEMENTS


public static final int NUM_ELEMENTS

COMPLETED


public static final TaskStatus COMPLETED

IN_PROGRESS


public static final TaskStatus IN_PROGRESS

NOT_STARTED


public static final TaskStatus NOT_STARTED
Constructor Detail

TaskStatusEnum


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

TaskStatusEnum


protected TaskStatusEnum(int iNumElements)
Method Detail

i


public static Enum i()
Gets the singleton.

Compoze Software, Inc.

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