public enum ColumnDataType extends Enum<ColumnDataType>
Modifier and Type | Method and Description |
---|---|
abstract Object |
parse(String s)
Parse the string as the specified data type.
|
static ColumnDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnDataType STRING
public static final ColumnDataType NUMBER
public static final ColumnDataType BOOLEAN
public static ColumnDataType[] values()
for (ColumnDataType c : ColumnDataType.values()) System.out.println(c);
public static ColumnDataType 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 © 2020 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com