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