public static enum Session.Update extends java.lang.Enum<Session.Update>
Modifier and Type | Method and Description |
---|---|
static Session.Update |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Session.Update[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Session.Update AUTO
public static final Session.Update TRUE
public static final Session.Update FALSE
public static Session.Update[] values()
for (Session.Update c : Session.Update.values()) System.out.println(c);
public static Session.Update 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 © 2022 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com