Uses of Interface
org.odata4j.expression.LiteralExpression

Packages that use LiteralExpression
org.odata4j.expression   
 

Uses of LiteralExpression in org.odata4j.expression
 

Subinterfaces of LiteralExpression in org.odata4j.expression
 interface BinaryLiteral
           
 interface BooleanLiteral
           
 interface ByteLiteral
          0 (0x00) to 255 (0xFF)
 interface DateTimeLiteral
           
 interface DateTimeOffsetLiteral
           
 interface DecimalLiteral
           
 interface DoubleLiteral
           
 interface GuidLiteral
           
 interface Int64Literal
           
 interface IntegralLiteral
           
 interface NullLiteral
           
 interface SByteLiteral
          -128 (0x80) to 127 (0x7F)
 interface SingleLiteral
           
 interface StringLiteral
           
 interface TimeLiteral
           
 

Methods in org.odata4j.expression that return LiteralExpression
static LiteralExpression Expression.literal(EdmSimpleType<?> edmType, Object value)
           
static LiteralExpression Expression.literal(Object value)
           
 

Methods in org.odata4j.expression with parameters of type LiteralExpression
static Object Expression.literalValue(LiteralExpression expression)
           
 



http://odata4j.org