public static enum PathNode.HstoreExtractionMode extends java.lang.Enum<PathNode.HstoreExtractionMode>
| Modifier and Type | Method and Description |
|---|---|
static PathNode.HstoreExtractionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathNode.HstoreExtractionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathNode.HstoreExtractionMode NONE
public static final PathNode.HstoreExtractionMode KEYS
public static final PathNode.HstoreExtractionMode VALUES
public static PathNode.HstoreExtractionMode[] values()
for (PathNode.HstoreExtractionMode c : PathNode.HstoreExtractionMode.values()) System.out.println(c);
public static PathNode.HstoreExtractionMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.