com.compoze.collab
Class SortOrderEnum
java.lang.Object
com.compoze.collab.CollabEnum
com.compoze.collab.SortOrderEnum
- All Implemented Interfaces:
- com.compoze.collab.util.IDigestSupport, java.io.Serializable
- public class SortOrderEnum
- extends CollabEnum
- implements java.io.Serializable
The enumeration class that contains SortOrder
elements.
- See Also:
- Serialized Form
Constructor Summary |
protected |
SortOrderEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
SortOrderEnum(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_ASCENDING
public static final int VALUE_ASCENDING
- See Also:
- Constant Field Values
VALUE_DESCENDING
public static final int VALUE_DESCENDING
- See Also:
- Constant Field Values
NUM_ELEMENTS
public static final int NUM_ELEMENTS
- See Also:
- Constant Field Values
ASCENDING
public static final SortOrder ASCENDING
DESCENDING
public static final SortOrder DESCENDING
SortOrderEnum
protected SortOrderEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
SortOrderEnum
protected SortOrderEnum(int iNumElements)
i
public static CollabEnum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.