public static enum Audit.Field extends Enum<Audit.Field>
| Enum Constant and Description |
|---|
agenariskVersion |
audit |
change |
changelog |
comment |
dateTime |
user |
| Modifier and Type | Method and Description |
|---|---|
static Audit.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Audit.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Audit.Field audit
public static final Audit.Field changelog
public static final Audit.Field change
public static final Audit.Field dateTime
public static final Audit.Field agenariskVersion
public static final Audit.Field user
public static final Audit.Field comment
public static Audit.Field[] values()
for (Audit.Field c : Audit.Field.values()) System.out.println(c);
public static Audit.Field 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 © 2022. All rights reserved.