|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.ha.store.criteria.spi.ExpressionNode<T>
org.glassfish.ha.store.criteria.spi.LiteralNode<T>
T - The type of the Literalpublic class LiteralNode<T>
A node that represents a Literal
| Field Summary |
|---|
| Fields inherited from class org.glassfish.ha.store.criteria.spi.ExpressionNode |
|---|
returnType |
| Constructor Summary | |
|---|---|
LiteralNode(java.lang.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 |
|---|
public LiteralNode(java.lang.Class<T> clazz,
T t)
| Method Detail |
|---|
public T getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||