public static enum DBTomSawyerDiagram.shortDiagramType extends java.lang.Enum<DBTomSawyerDiagram.shortDiagramType>
Modifier and Type | Method and Description |
---|---|
static DBTomSawyerDiagram.shortDiagramType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBTomSawyerDiagram.shortDiagramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBTomSawyerDiagram.shortDiagramType BDD
public static final DBTomSawyerDiagram.shortDiagramType IBD
public static final DBTomSawyerDiagram.shortDiagramType SMD
public static final DBTomSawyerDiagram.shortDiagramType AD
public static final DBTomSawyerDiagram.shortDiagramType SD
public static final DBTomSawyerDiagram.shortDiagramType Table
public static DBTomSawyerDiagram.shortDiagramType[] values()
for (DBTomSawyerDiagram.shortDiagramType c : DBTomSawyerDiagram.shortDiagramType.values()) System.out.println(c);
public static DBTomSawyerDiagram.shortDiagramType 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