org.obe.xpdl.model.participant
Class ParticipantType

java.lang.Object
  extended byorg.obe.util.AbstractEnum
      extended byorg.obe.xpdl.model.participant.ParticipantType
All Implemented Interfaces:
java.lang.Comparable, Enum, java.io.Serializable

public final class ParticipantType
extends AbstractEnum

See Also:
Serialized Form

Field Summary
static ParticipantType HUMAN
           
static int HUMAN_INT
           
static ParticipantType ORGANIZATIONAL_UNIT
           
static int ORGANIZATIONAL_UNIT_INT
           
static ParticipantType RESOURCE
           
static int RESOURCE_INT
           
static ParticipantType RESOURCE_SET
           
static int RESOURCE_SET_INT
           
static ParticipantType ROLE
           
static int ROLE_INT
           
static ParticipantType SYSTEM
           
static int SYSTEM_INT
           
static java.util.List VALUES
           
 
Fields inherited from class org.obe.util.AbstractEnum
name, ordinal
 
Method Summary
 java.util.List family()
          Returns an immutable list of the members of the enumerated type.
static ParticipantType valueOf(java.lang.String tag)
           
 
Methods inherited from class org.obe.util.AbstractEnum
clinit, clone, compareTo, equals, hashCode, readResolve, toString, value
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE_SET_INT

public static final int RESOURCE_SET_INT
See Also:
Constant Field Values

RESOURCE_INT

public static final int RESOURCE_INT
See Also:
Constant Field Values

ROLE_INT

public static final int ROLE_INT
See Also:
Constant Field Values

ORGANIZATIONAL_UNIT_INT

public static final int ORGANIZATIONAL_UNIT_INT
See Also:
Constant Field Values

HUMAN_INT

public static final int HUMAN_INT
See Also:
Constant Field Values

SYSTEM_INT

public static final int SYSTEM_INT
See Also:
Constant Field Values

RESOURCE_SET

public static final ParticipantType RESOURCE_SET

RESOURCE

public static final ParticipantType RESOURCE

ROLE

public static final ParticipantType ROLE

ORGANIZATIONAL_UNIT

public static final ParticipantType ORGANIZATIONAL_UNIT

HUMAN

public static final ParticipantType HUMAN

SYSTEM

public static final ParticipantType SYSTEM

VALUES

public static final java.util.List VALUES
Method Detail

valueOf

public static ParticipantType 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.


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.