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