public static enum ORecordHook.RESULT extends Enum<ORecordHook.RESULT>
Enum Constant and Description |
---|
RECORD_CHANGED |
RECORD_NOT_CHANGED |
RECORD_REPLACED |
SKIP |
SKIP_IO |
Modifier and Type | Method and Description |
---|---|
static ORecordHook.RESULT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ORecordHook.RESULT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ORecordHook.RESULT RECORD_NOT_CHANGED
public static final ORecordHook.RESULT RECORD_CHANGED
public static final ORecordHook.RESULT SKIP
public static final ORecordHook.RESULT SKIP_IO
public static final ORecordHook.RESULT RECORD_REPLACED
public static ORecordHook.RESULT[] values()
for (ORecordHook.RESULT c : ORecordHook.RESULT.values()) System.out.println(c);
public static ORecordHook.RESULT 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 © 2009–2020 OrientDB. All rights reserved.