public enum LeafType extends Enum<LeafType>
| Enum Constant and Description |
|---|
ABSTRACT_CLASS |
ACTIVITY |
ACTIVITY_CONCURRENT |
ANNOTATION |
ARC_CIRCLE |
ASSOCIATION |
BLOCK |
BRANCH |
CIRCLE |
CIRCLE_END |
CIRCLE_START |
CLASS |
DESCRIPTION |
EMPTY_PACKAGE |
ENTITY |
ENUM |
INTERFACE |
LOLLIPOP |
NOTE |
OBJECT |
POINT_FOR_ASSOCIATION |
PSEUDO_STATE |
STATE |
STATE_CHOICE |
STATE_CONCURRENT |
STATE_FORK_JOIN |
STILL_UNKNOWN |
SYNCHRO_BAR |
TIPS |
USECASE |
| Modifier and Type | Method and Description |
|---|---|
static LeafType |
getLeafType(String type) |
boolean |
isLikeClass() |
boolean |
manageModifier() |
String |
toHtml() |
static LeafType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeafType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeafType EMPTY_PACKAGE
public static final LeafType ABSTRACT_CLASS
public static final LeafType CLASS
public static final LeafType INTERFACE
public static final LeafType ANNOTATION
public static final LeafType LOLLIPOP
public static final LeafType NOTE
public static final LeafType TIPS
public static final LeafType OBJECT
public static final LeafType ASSOCIATION
public static final LeafType ENUM
public static final LeafType CIRCLE
public static final LeafType USECASE
public static final LeafType DESCRIPTION
public static final LeafType ARC_CIRCLE
public static final LeafType ACTIVITY
public static final LeafType BRANCH
public static final LeafType SYNCHRO_BAR
public static final LeafType CIRCLE_START
public static final LeafType CIRCLE_END
public static final LeafType POINT_FOR_ASSOCIATION
public static final LeafType ACTIVITY_CONCURRENT
public static final LeafType STATE
public static final LeafType STATE_CONCURRENT
public static final LeafType PSEUDO_STATE
public static final LeafType STATE_CHOICE
public static final LeafType STATE_FORK_JOIN
public static final LeafType BLOCK
public static final LeafType ENTITY
public static final LeafType STILL_UNKNOWN
public static LeafType[] values()
for (LeafType c : LeafType.values()) System.out.println(c);
public static LeafType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isLikeClass()
public String toHtml()
public boolean manageModifier()
Copyright © 2017. All rights reserved.