public enum UpdateTriState extends Enum<UpdateTriState>
| Modifier and Type | Method and Description |
|---|---|
static UpdateTriState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTriState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateTriState ADDED
public static final UpdateTriState REMOVED
public static final UpdateTriState UNTOUCHED
public static UpdateTriState[] values()
for (UpdateTriState c : UpdateTriState.values()) System.out.println(c);
public static UpdateTriState 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 © 2002–2016 The Neo4j Graph Database Project. All rights reserved.