public enum UmlDiagramType extends java.lang.Enum<UmlDiagramType>
Enum Constant and Description |
---|
ACTIVITY |
BOARD |
BPM |
CHRONOLOGY |
CLASS |
COMPOSITE |
DESCRIPTION |
EBNF |
FILES |
FLOW |
GANTT |
GIT |
HCL |
HELP |
JSON |
MINDMAP |
NWDIAG |
OBJECT |
REGEX |
SALT |
SEQUENCE |
STATE |
TIMING |
WBS |
WIRE |
YAML |
Modifier and Type | Method and Description |
---|---|
SName |
getStyleName() |
static UmlDiagramType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlDiagramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmlDiagramType SEQUENCE
public static final UmlDiagramType STATE
public static final UmlDiagramType CLASS
public static final UmlDiagramType OBJECT
public static final UmlDiagramType ACTIVITY
public static final UmlDiagramType DESCRIPTION
public static final UmlDiagramType COMPOSITE
public static final UmlDiagramType FLOW
public static final UmlDiagramType TIMING
public static final UmlDiagramType BPM
public static final UmlDiagramType NWDIAG
public static final UmlDiagramType MINDMAP
public static final UmlDiagramType WBS
public static final UmlDiagramType WIRE
public static final UmlDiagramType HELP
public static final UmlDiagramType GANTT
public static final UmlDiagramType SALT
public static final UmlDiagramType JSON
public static final UmlDiagramType GIT
public static final UmlDiagramType BOARD
public static final UmlDiagramType YAML
public static final UmlDiagramType HCL
public static final UmlDiagramType EBNF
public static final UmlDiagramType REGEX
public static final UmlDiagramType FILES
public static final UmlDiagramType CHRONOLOGY
public static UmlDiagramType[] values()
for (UmlDiagramType c : UmlDiagramType.values()) System.out.println(c);
public static UmlDiagramType 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 SName getStyleName()