public class NamedQueryNode extends Node
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
Name of this node
|
indexOptions
Constructor and Description |
---|
NamedQueryNode(java.lang.String name) |
NamedQueryNode(java.lang.String name,
IndexOptions options) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
java.lang.String |
getName()
Get the name of this node
|
void |
setName(java.lang.String name)
Set the name of this node
|
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public NamedQueryNode(java.lang.String name)
public NamedQueryNode(java.lang.String name, IndexOptions options)
public java.lang.String getName()
public void setName(java.lang.String name)
public Node accept(NodeVisitor visitor) throws QueryProcessingException
accept
in class Node
QueryProcessingException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.