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