public static enum DataPersister.EntityType extends Enum<DataPersister.EntityType>
Enum Constant and Description |
---|
AUDIT_LOG |
FLAG |
TARGET_GROUP |
Modifier and Type | Method and Description |
---|---|
static DataPersister.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPersister.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataPersister.EntityType FLAG
public static final DataPersister.EntityType TARGET_GROUP
public static final DataPersister.EntityType AUDIT_LOG
public static DataPersister.EntityType[] values()
for (DataPersister.EntityType c : DataPersister.EntityType.values()) System.out.println(c);
public static DataPersister.EntityType 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 © 2016–2023. All rights reserved.