public static enum AbstractSelectCodeGenerator.GenerationType extends Enum<AbstractSelectCodeGenerator.GenerationType>
| Enum Constant and Description |
|---|
ALL |
NO_CLOSE_CURSOR |
NO_CONTENT |
NO_METHOD_SIGN |
| Modifier and Type | Field and Description |
|---|---|
boolean |
generateCloseableCursor |
boolean |
generateMethodContent |
boolean |
generateMethodSign |
| Modifier and Type | Method and Description |
|---|---|
static AbstractSelectCodeGenerator.GenerationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSelectCodeGenerator.GenerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSelectCodeGenerator.GenerationType ALL
public static final AbstractSelectCodeGenerator.GenerationType NO_CLOSE_CURSOR
public static final AbstractSelectCodeGenerator.GenerationType NO_METHOD_SIGN
public static final AbstractSelectCodeGenerator.GenerationType NO_CONTENT
public final boolean generateMethodSign
public final boolean generateMethodContent
public final boolean generateCloseableCursor
public static AbstractSelectCodeGenerator.GenerationType[] values()
for (AbstractSelectCodeGenerator.GenerationType c : AbstractSelectCodeGenerator.GenerationType.values()) System.out.println(c);
public static AbstractSelectCodeGenerator.GenerationType 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 nullCopyright © 2017. All rights reserved.