com.compoze.collab.domino
Class FolderTypeEnum
java.lang.Object
|
+--com.compoze.collab.CollabEnum
|
+--com.compoze.collab.domino.FolderTypeEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class FolderTypeEnum
- extends CollabEnum
- implements java.io.Serializable
An enumeration of the folder types.
The enumeration class that contains FolderType
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
FolderTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
FolderTypeEnum(int iNumElements)
|
Method Summary |
static CollabEnum |
i()
Gets the singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_INBOX
public static final int VALUE_INBOX
VALUE_TRASH
public static final int VALUE_TRASH
VALUE_DRAFTS
public static final int VALUE_DRAFTS
VALUE_SENT
public static final int VALUE_SENT
VALUE_PERSONAL
public static final int VALUE_PERSONAL
NUM_ELEMENTS
public static final int NUM_ELEMENTS
INBOX
public static final FolderType INBOX
- The inbox folder type.
TRASH
public static final FolderType TRASH
- The trash folder type.
DRAFTS
public static final FolderType DRAFTS
- The drafts folder type.
SENT
public static final FolderType SENT
- The sent folder type.
PERSONAL
public static final FolderType PERSONAL
- The personal folder type.
FolderTypeEnum
protected FolderTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
FolderTypeEnum
protected FolderTypeEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.