public enum GeneratorCondition extends Enum<GeneratorCondition>
| Modifier and Type | Method and Description |
|---|---|
static GeneratorCondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneratorCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneratorCondition IFNULL
public static final GeneratorCondition ALWAYS
public static GeneratorCondition[] values()
for (GeneratorCondition c : GeneratorCondition.values()) System.out.println(c);
public static GeneratorCondition 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 © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.