org.obe.xpdl.model.participant
Class ParticipantType
java.lang.Object
org.obe.util.AbstractEnum
org.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
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
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
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.
OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.