public enum ComponentType extends java.lang.Enum<ComponentType>
Modifier and Type | Method and Description |
---|---|
boolean |
isArrow() |
static ComponentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentType ARROW
public static final ComponentType ACTOR_HEAD
public static final ComponentType ACTOR_TAIL
public static final ComponentType BOUNDARY_HEAD
public static final ComponentType BOUNDARY_TAIL
public static final ComponentType CONTROL_HEAD
public static final ComponentType CONTROL_TAIL
public static final ComponentType ENTITY_HEAD
public static final ComponentType ENTITY_TAIL
public static final ComponentType DATABASE_HEAD
public static final ComponentType DATABASE_TAIL
public static final ComponentType ALIVE_BOX_CLOSE_CLOSE
public static final ComponentType ALIVE_BOX_CLOSE_OPEN
public static final ComponentType ALIVE_BOX_OPEN_CLOSE
public static final ComponentType ALIVE_BOX_OPEN_OPEN
public static final ComponentType DELAY_TEXT
public static final ComponentType DESTROY
public static final ComponentType DELAY_LINE
public static final ComponentType PARTICIPANT_LINE
public static final ComponentType CONTINUE_LINE
public static final ComponentType GROUPING_ELSE
public static final ComponentType GROUPING_HEADER
public static final ComponentType GROUPING_SPACE
public static final ComponentType NEWPAGE
public static final ComponentType NOTE
public static final ComponentType NOTE_HEXAGONAL
public static final ComponentType NOTE_BOX
public static final ComponentType DIVIDER
public static final ComponentType REFERENCE
public static final ComponentType ENGLOBER
public static final ComponentType PARTICIPANT_HEAD
public static final ComponentType PARTICIPANT_TAIL
public static final ComponentType TITLE
public static final ComponentType SIGNATURE
public static ComponentType[] values()
for (ComponentType c : ComponentType.values()) System.out.println(c);
public static ComponentType 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 boolean isArrow()