JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
EMPTY_PACKAGE
public static final LeafType EMPTY_PACKAGE
ABSTRACT_CLASS
public static final LeafType ABSTRACT_CLASS
LOLLIPOP_FULL
public static final LeafType LOLLIPOP_FULL
LOLLIPOP_HALF
public static final LeafType LOLLIPOP_HALF
ASSOCIATION
public static final LeafType ASSOCIATION
USECASE_BUSINESS
public static final LeafType USECASE_BUSINESS
DESCRIPTION
public static final LeafType DESCRIPTION
SYNCHRO_BAR
public static final LeafType SYNCHRO_BAR
CIRCLE_START
public static final LeafType CIRCLE_START
POINT_FOR_ASSOCIATION
public static final LeafType POINT_FOR_ASSOCIATION
ACTIVITY_CONCURRENT
public static final LeafType ACTIVITY_CONCURRENT
STATE_CONCURRENT
public static final LeafType STATE_CONCURRENT
PSEUDO_STATE
public static final LeafType PSEUDO_STATE
DEEP_HISTORY
public static final LeafType DEEP_HISTORY
STATE_CHOICE
public static final LeafType STATE_CHOICE
STATE_FORK_JOIN
public static final LeafType STATE_FORK_JOIN
REQUIREMENT
public static final LeafType REQUIREMENT
STILL_UNKNOWN
public static final LeafType STILL_UNKNOWN
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
isLikeClass
public boolean isLikeClass ()