public enum Indentation extends Enum<Indentation>
Enum Constant and Description |
---|
FALSE |
SERVERDEFAULT |
TRUE |
Modifier and Type | Method and Description |
---|---|
static Indentation |
forName(String indent) |
abstract String |
getStatement() |
static Indentation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Indentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Indentation TRUE
public static final Indentation FALSE
public static final Indentation SERVERDEFAULT
public static Indentation[] values()
for (Indentation c : Indentation.values()) System.out.println(c);
public static Indentation 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 nullpublic abstract String getStatement()
public static Indentation forName(String indent)
Copyright © 2021 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com