public static enum EntityLogItem.Type extends java.lang.Enum<EntityLogItem.Type> implements EnumClass<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
static EntityLogItem.Type |
fromId(java.lang.String value) |
java.lang.String |
getId() |
static EntityLogItem.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityLogItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityLogItem.Type CREATE
public static final EntityLogItem.Type MODIFY
public static final EntityLogItem.Type DELETE
public static final EntityLogItem.Type RESTORE
public static EntityLogItem.Type[] values()
for (EntityLogItem.Type c : EntityLogItem.Type.values()) System.out.println(c);
public static EntityLogItem.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static EntityLogItem.Type fromId(java.lang.String value)