public class LiteralNode extends ValueNode
Modifier and Type | Field and Description |
---|---|
protected Object |
value |
leftChild, rightChild, template
Constructor and Description |
---|
LiteralNode(Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Override the clone method.
|
Object |
getConvertedObject(ITypeDesc typeDesc,
String propertyName)
Gets the node's object converted to the provided property's object type.
|
Object |
getValue() |
boolean |
isPreparedValue() |
void |
setValue(Object value) |
String |
toString() |
accept, accept, isJoined, isValidCompare, newInstance
createIndex, createJoinIndex, getLeftChild, getRightChild, getTemplate, isContainsItemNode, isContainsItemsRootNode, isInnerQuery, prepareTemplateValues, prepareValues, setLeftChild, setRightChild, setTemplate, toString, validateInnerQueryResult
protected Object value
public LiteralNode(Object value)
public Object getValue()
public void setValue(Object value)
public boolean isPreparedValue()
public Object getConvertedObject(ITypeDesc typeDesc, String propertyName) throws SQLException
SQLException
Copyright © GigaSpaces.