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