Enum Constant and Description |
---|
ABSTRACT_CLASS |
ACTIVITY |
ACTIVITY_CONCURRENT |
ANNOTATION |
ARC_CIRCLE |
ASSOCIATION |
BLOCK |
BRANCH |
CIRCLE_END |
CIRCLE_START |
CLASS |
DESCRIPTION |
EMPTY_PACKAGE |
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(java.lang.String arg0) |
boolean |
isLikeClass() |
boolean |
manageModifier() |
java.lang.String |
toHtml() |
static LeafType |
valueOf(java.lang.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 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 STILL_UNKNOWN
public static LeafType[] values()
for (LeafType c : LeafType.values()) System.out.println(c);
public static LeafType 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 static LeafType getLeafType(java.lang.String arg0)
public boolean isLikeClass()
public java.lang.String toHtml()
public boolean manageModifier()