public static enum CodeGenerator.EntityMode extends java.lang.Enum<CodeGenerator.EntityMode>
Enum Constant and Description |
---|
EXTEND_DIRTY_MARKER |
IMPL_DIRTY_MARKER |
POJO |
POJO_WITH_PROP_NAME_TABLE |
Modifier and Type | Method and Description |
---|---|
static CodeGenerator.EntityMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeGenerator.EntityMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeGenerator.EntityMode POJO
public static final CodeGenerator.EntityMode POJO_WITH_PROP_NAME_TABLE
public static final CodeGenerator.EntityMode IMPL_DIRTY_MARKER
public static final CodeGenerator.EntityMode EXTEND_DIRTY_MARKER
public static CodeGenerator.EntityMode[] values()
for (CodeGenerator.EntityMode c : CodeGenerator.EntityMode.values()) System.out.println(c);
public static CodeGenerator.EntityMode 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