public static enum LCObject.Hook extends Enum<LCObject.Hook>
Enum Constant and Description |
---|
afterDelete |
afterSave |
afterUpdate |
beforeDelete |
beforeSave |
beforeUpdate |
Modifier and Type | Method and Description |
---|---|
static LCObject.Hook |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LCObject.Hook[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCObject.Hook beforeSave
public static final LCObject.Hook afterSave
public static final LCObject.Hook beforeUpdate
public static final LCObject.Hook afterUpdate
public static final LCObject.Hook beforeDelete
public static final LCObject.Hook afterDelete
public static LCObject.Hook[] values()
for (LCObject.Hook c : LCObject.Hook.values()) System.out.println(c);
public static LCObject.Hook 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 © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.