public enum ParticipantType extends java.lang.Enum<ParticipantType> implements Styleable
Enum Constant and Description |
---|
ACTOR |
BOUNDARY |
COLLECTIONS |
CONTROL |
DATABASE |
ENTITY |
PARTICIPANT |
QUEUE |
Modifier and Type | Method and Description |
---|---|
ColorParam |
getBackgroundColorParam() |
StyleSignatureBasic |
getStyleSignature() |
static ParticipantType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParticipantType PARTICIPANT
public static final ParticipantType ACTOR
public static final ParticipantType BOUNDARY
public static final ParticipantType CONTROL
public static final ParticipantType ENTITY
public static final ParticipantType QUEUE
public static final ParticipantType DATABASE
public static final ParticipantType COLLECTIONS
public static ParticipantType[] values()
for (ParticipantType c : ParticipantType.values()) System.out.println(c);
public static ParticipantType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ColorParam getBackgroundColorParam()
public StyleSignatureBasic getStyleSignature()
getStyleSignature
in interface Styleable