org.obe.xpdl.model.misc
Class PublicationStatus
java.lang.Object
org.obe.util.AbstractEnum
org.obe.xpdl.model.misc.PublicationStatus
- All Implemented Interfaces:
- java.lang.Comparable, Enum, java.io.Serializable
- public final class PublicationStatus
- extends AbstractEnum
Type class for Publication status.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Method Summary |
java.util.List |
family()
Returns an immutable list of the members of the enumerated type. |
static PublicationStatus |
valueOf(java.lang.String tag)
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
UNDER_REVISION_INT
public static final int UNDER_REVISION_INT
- See Also:
- Constant Field Values
UNDER_TEST_INT
public static final int UNDER_TEST_INT
- See Also:
- Constant Field Values
RELEASED_INT
public static final int RELEASED_INT
- See Also:
- Constant Field Values
UNDER_REVISION
public static final PublicationStatus UNDER_REVISION
UNDER_TEST
public static final PublicationStatus UNDER_TEST
RELEASED
public static final PublicationStatus RELEASED
VALUES
public static final java.util.List VALUES
valueOf
public static PublicationStatus valueOf(java.lang.String tag)
family
public java.util.List family()
- Description copied from interface:
Enum
- Returns an immutable list of the members of the enumerated type.
- Returns:
- The family of allowed values.
OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.