public final class ResultSetType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static ResultSetType |
COLUMN_AND_NODE_REF
The node ref is available and a specified list of columns.
|
static ResultSetType |
NODE_REF
Just the node ref is available for each row in the results.
|
Modifier and Type | Method and Description |
---|---|
static ResultSetType |
valueOf(java.lang.String name) |
static ResultSetType[] |
values() |
public static final ResultSetType NODE_REF
public static final ResultSetType COLUMN_AND_NODE_REF
public static ResultSetType[] values()
public static ResultSetType valueOf(java.lang.String name)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.