public enum AutoRefreshOption extends Enum<AutoRefreshOption>
| Modifier and Type | Method and Description |
|---|---|
static AutoRefreshOption |
from(String option) |
static AutoRefreshOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoRefreshOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoRefreshOption NONE
public static final AutoRefreshOption YES
public static final AutoRefreshOption NO
public static AutoRefreshOption[] values()
for (AutoRefreshOption c : AutoRefreshOption.values()) System.out.println(c);
public static AutoRefreshOption 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 static AutoRefreshOption from(String option)
Copyright © 2004–2024 JSQLParser. All rights reserved.