| java.lang.Object org.obe.util.AbstractEnum
All known Subclasses: org.obe.xpdl.model.misc.InstantiationType, org.obe.xpdl.model.ext.ToolMode, org.obe.xpdl.model.activity.ImplementationType, org.obe.xpdl.model.transition.SplitType, org.obe.xpdl.model.data.DataTypes, org.obe.xpdl.model.data.BasicType, org.obe.xpdl.model.data.ParameterMode, org.obe.xpdl.model.condition.ConditionType, org.obe.wfxml.model.ResponseRequiredType, org.obe.xpdl.model.transition.JoinType, org.obe.xpdl.model.participant.ParticipantType, org.obe.engine.calendar.Ordinal, org.obe.xpdl.model.misc.AccessLevel, org.obe.xpdl.model.misc.PublicationStatus, org.obe.client.api.model.TemporalStatus, org.obe.xpdl.model.activity.AutomationMode, org.obe.xpdl.model.activity.ToolType, org.obe.xpdl.model.misc.GraphConformance, org.obe.xpdl.model.misc.ExecutionType, org.obe.designer.util.EditMode, org.obe.xpdl.model.misc.DurationUnit, org.obe.wfxml.model.ExceptionCode,
AbstractEnum | abstract public class AbstractEnum implements Enum(Code) | | An abstract base implementation for enumerated types. This class is very
similar to the primordial generic Enum class described by JDK 1.5:
public abstract class Enum <T extends Enum<T>>
implements Comparable<T>, Serializable
author: Adrian Price |
ordinal | final public int ordinal(Code) | | |
AbstractEnum | protected AbstractEnum(String name, int ordinal)(Code) | | |
clinit | protected static List clinit(AbstractEnum[] values, Map tagMap)(Code) | | Used by subclasses to initialize their static list and map fields.
Parameters: values - The complete set of enum values. Parameters: tagMap - The map-by-name to initialize. An unmodifiable list of enumerated values, in declaration order. |
hashCode | final public int hashCode()(Code) | | |
value | final public int value()(Code) | | |
|
|