org.glassfish.ha.store.criteria.spi
Class LiteralNode<T>

java.lang.Object
  extended by org.glassfish.ha.store.criteria.spi.ExpressionNode<T>
      extended by org.glassfish.ha.store.criteria.spi.LiteralNode<T>
Type Parameters:
T - The type of the Literal
All Implemented Interfaces:
Expression<T>

public class LiteralNode<T>
extends ExpressionNode<T>

A node that represents a Literal

Author:
Mahesh.Kannan@Sun.Com

Field Summary
 
Fields inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode
returnType
 
Constructor Summary
LiteralNode(Class<T> clazz, T t)
           
 
Method Summary
 T getValue()
           
 
Methods inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode
getOpcode, getReturnType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralNode

public LiteralNode(Class<T> clazz,
                   T t)
Method Detail

getValue

public T getValue()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.