public static enum TomSawyerDiagram.diagramType extends java.lang.Enum<TomSawyerDiagram.diagramType>
Enum Constant and Description |
---|
Activity_Diagram |
Block_Definition_Diagram |
Internal_Block_Diagram |
Sequence_Diagram |
State_Machine_Diagram |
Table |
Modifier and Type | Method and Description |
---|---|
static TomSawyerDiagram.diagramType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TomSawyerDiagram.diagramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TomSawyerDiagram.diagramType Block_Definition_Diagram
public static final TomSawyerDiagram.diagramType Internal_Block_Diagram
public static final TomSawyerDiagram.diagramType State_Machine_Diagram
public static final TomSawyerDiagram.diagramType Activity_Diagram
public static final TomSawyerDiagram.diagramType Sequence_Diagram
public static final TomSawyerDiagram.diagramType Table
public static TomSawyerDiagram.diagramType[] values()
for (TomSawyerDiagram.diagramType c : TomSawyerDiagram.diagramType.values()) System.out.println(c);
public static TomSawyerDiagram.diagramType 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 null