Uses of Class
org.usergrid.persistence.query.tree.Literal

Packages that use Literal
org.usergrid.persistence.query.tree   
 

Uses of Literal in org.usergrid.persistence.query.tree
 

Subclasses of Literal in org.usergrid.persistence.query.tree
 class BooleanLiteral
           
 class FloatLiteral
           
 class LongLiteral
           
 class Property
          A property
 class StringLiteral
           
 class UUIDLiteral
           
 

Methods in org.usergrid.persistence.query.tree that return Literal
 Literal<?> EqualityOperand.getLiteral()
           
static Literal<?> LiteralFactory.getLiteral(Object value)
          Generate the correct literal subclass based on the runtime instance.
 

Constructors in org.usergrid.persistence.query.tree with parameters of type Literal
EqualityOperand(String propName, Literal<?> value)
           
 



Copyright © 2013. All Rights Reserved.