public enum DbResultNodeType extends Enum<DbResultNodeType>
| Modifier and Type | Method and Description |
|---|---|
static DbResultNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbResultNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbResultNodeType ARRAY
public static final DbResultNodeType OBJECT
public static final DbResultNodeType SIMPLE
public static final DbResultNodeType MAP
public static DbResultNodeType[] values()
for (DbResultNodeType c : DbResultNodeType.values()) System.out.println(c);
public static DbResultNodeType 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 © 2012–2021 Zalando SE. All rights reserved.