
public static enum OMultiValueChangeEvent.OChangeType extends Enum<OMultiValueChangeEvent.OChangeType>
| Modifier and Type | Method and Description |
|---|---|
static OMultiValueChangeEvent.OChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMultiValueChangeEvent.OChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMultiValueChangeEvent.OChangeType ADD
public static final OMultiValueChangeEvent.OChangeType UPDATE
public static final OMultiValueChangeEvent.OChangeType REMOVE
public static final OMultiValueChangeEvent.OChangeType NESTED
public static OMultiValueChangeEvent.OChangeType[] values()
for (OMultiValueChangeEvent.OChangeType c : OMultiValueChangeEvent.OChangeType.values()) System.out.println(c);
public static OMultiValueChangeEvent.OChangeType 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–2025 OrientDB. All rights reserved.