public static enum QExecution.ExecType extends Enum<QExecution.ExecType>
| Enum Constant and Description |
|---|
execute |
executeCount |
resultOf |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldCheckForReload() |
static QExecution.ExecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QExecution.ExecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QExecution.ExecType execute
public static final QExecution.ExecType executeCount
public static final QExecution.ExecType resultOf
public static QExecution.ExecType[] values()
for (QExecution.ExecType c : QExecution.ExecType.values()) System.out.println(c);
public static QExecution.ExecType 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 nullpublic boolean shouldCheckForReload()
Copyright © 2016. All rights reserved.