public static enum RowRecord.ColumnKind extends java.lang.Enum<RowRecord.ColumnKind>
| Enum Constant and Description |
|---|
ATOMIC_VALUE |
CONTAINER_VALUE |
CONTENT |
NULL |
| Modifier and Type | Method and Description |
|---|---|
static RowRecord.ColumnKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static RowRecord.ColumnKind[] |
values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
public static final RowRecord.ColumnKind ATOMIC_VALUE
public static final RowRecord.ColumnKind CONTAINER_VALUE
public static final RowRecord.ColumnKind CONTENT
public static final RowRecord.ColumnKind NULL
public static RowRecord.ColumnKind[] values()
for (RowRecord.ColumnKind c : RowRecord.ColumnKind.values())
System.out.println(c);
public static RowRecord.ColumnKind 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 © 2024 MarkLogic Corporation. All Rights Reserved.