protected static enum GenerateHandler.GenModelGenerationDialog.ProjectType extends java.lang.Enum<GenerateHandler.GenModelGenerationDialog.ProjectType>
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
canGenerate(GenModel genModel) |
abstract java.lang.String |
getID() |
abstract java.lang.String |
getLabel() |
static GenerateHandler.GenModelGenerationDialog.ProjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenerateHandler.GenModelGenerationDialog.ProjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenerateHandler.GenModelGenerationDialog.ProjectType MODEL
public static final GenerateHandler.GenModelGenerationDialog.ProjectType EDIT
public static final GenerateHandler.GenModelGenerationDialog.ProjectType EDITOR
public static final GenerateHandler.GenModelGenerationDialog.ProjectType TESTS
public static GenerateHandler.GenModelGenerationDialog.ProjectType[] values()
for (GenerateHandler.GenModelGenerationDialog.ProjectType c : GenerateHandler.GenModelGenerationDialog.ProjectType.values()) System.out.println(c);
public static GenerateHandler.GenModelGenerationDialog.ProjectType 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 abstract boolean canGenerate(GenModel genModel)
public abstract java.lang.String getID()
public abstract java.lang.String getLabel()