public static enum PathIndexProperty.ScalarType extends java.lang.Enum<PathIndexProperty.ScalarType>
Enum Constant and Description |
---|
ANYURI |
DATE |
DATETIME |
DAYTIME_DURATION |
DECIMAL |
DOUBLE |
FLOAT |
GDAY |
GMONTH |
GYEAR |
GYEARMONTH |
INT |
LONG |
STRING |
TIME |
UNSIGNED_INT |
UNSIGNED_LONG |
YEARMONTH_DURATION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static PathIndexProperty.ScalarType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static PathIndexProperty.ScalarType[] |
values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
public static final PathIndexProperty.ScalarType STRING
public static final PathIndexProperty.ScalarType INT
public static final PathIndexProperty.ScalarType UNSIGNED_INT
public static final PathIndexProperty.ScalarType LONG
public static final PathIndexProperty.ScalarType UNSIGNED_LONG
public static final PathIndexProperty.ScalarType FLOAT
public static final PathIndexProperty.ScalarType DOUBLE
public static final PathIndexProperty.ScalarType DECIMAL
public static final PathIndexProperty.ScalarType DATETIME
public static final PathIndexProperty.ScalarType TIME
public static final PathIndexProperty.ScalarType DATE
public static final PathIndexProperty.ScalarType GYEARMONTH
public static final PathIndexProperty.ScalarType GYEAR
public static final PathIndexProperty.ScalarType GMONTH
public static final PathIndexProperty.ScalarType GDAY
public static final PathIndexProperty.ScalarType YEARMONTH_DURATION
public static final PathIndexProperty.ScalarType DAYTIME_DURATION
public static final PathIndexProperty.ScalarType ANYURI
public static PathIndexProperty.ScalarType[] values()
for (PathIndexProperty.ScalarType c : PathIndexProperty.ScalarType.values()) System.out.println(c);
public static PathIndexProperty.ScalarType 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 nullpublic java.lang.String toString()
toString
in
class java.lang.Enum<PathIndexProperty.ScalarType>
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.