public enum MagicDrawUMLDiagramKind extends Enum<MagicDrawUMLDiagramKind>
Enum Constant and Description |
---|
ACTIVITY_DIAGRAM
The 'Activity Diagram' literal object.
|
CLASS_DIAGRAM
The 'Class Diagram' literal object.
|
COMMUNICATION_DIAGRAM
The 'Communication Diagram' literal object.
|
COMPOSITE_STRUCTURE_DIAGRAM
The 'Composite Structure Diagram' literal object.
|
CONTENT_DIAGRAM
The 'Content Diagram' literal object.
|
IMPLEMENTATION_DIAGRAM
The 'Implementation Diagram' literal object.
|
PROTOCOLE_STATE_MACHINE_DIAGRAM
The 'Protocol State Machine Diagram' literal object.
|
SEQUENCE_DIAGRAM
The 'Sequence Diagram' literal object.
|
STATE_MACHINE_DIAGRAM
The 'State Machine Diagram' literal object.
|
USE_CASE_DIAGRAM
The 'Use Case Diagram' literal object.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static boolean |
isContentDiagram(String type) |
static boolean |
isProtocoleStateMachine(String type) |
static MagicDrawUMLDiagramKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MagicDrawUMLDiagramKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MagicDrawUMLDiagramKind ACTIVITY_DIAGRAM
public static final MagicDrawUMLDiagramKind CLASS_DIAGRAM
public static final MagicDrawUMLDiagramKind COMPOSITE_STRUCTURE_DIAGRAM
public static final MagicDrawUMLDiagramKind COMMUNICATION_DIAGRAM
public static final MagicDrawUMLDiagramKind IMPLEMENTATION_DIAGRAM
public static final MagicDrawUMLDiagramKind SEQUENCE_DIAGRAM
public static final MagicDrawUMLDiagramKind STATE_MACHINE_DIAGRAM
public static final MagicDrawUMLDiagramKind USE_CASE_DIAGRAM
public static final MagicDrawUMLDiagramKind PROTOCOLE_STATE_MACHINE_DIAGRAM
public static final MagicDrawUMLDiagramKind CONTENT_DIAGRAM
public static MagicDrawUMLDiagramKind[] values()
for (MagicDrawUMLDiagramKind c : MagicDrawUMLDiagramKind.values()) System.out.println(c);
public static MagicDrawUMLDiagramKind 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 String getName()
public static boolean isProtocoleStateMachine(String type)
public static boolean isContentDiagram(String type)