com.mysema.query.types.custom
Class CNumber<T extends Number & Comparable<?>>

java.lang.Object
  extended by com.mysema.query.types.expr.Expr<D>
      extended by com.mysema.query.types.expr.EComparableBase<D>
          extended by com.mysema.query.types.expr.ENumber<T>
              extended by com.mysema.query.types.custom.CNumber<T>
Type Parameters:
T -
All Implemented Interfaces:
Custom<T>, Serializable

public class CNumber<T extends Number & Comparable<?>>
extends ENumber<T>
implements Custom<T>

CNumber defines custom numeric expressions

Author:
tiwe
See Also:
Serialized Form

Constructor Summary
CNumber(Class<T> type, Template template, List<Expr<?>> args)
           
 
Method Summary
 void accept(Visitor v)
           
static
<T extends Number & Comparable<?>>
ENumber<T>
create(Class<T> type, String template, Expr<?>... args)
           
static
<T extends Number & Comparable<?>>
ENumber<T>
create(Class<T> type, Template template, Expr<?>... args)
           
 Expr<?> getArg(int index)
          Get the argument with the given index
 List<Expr<?>> getArgs()
          Get the arguments of the custom expression
 Template getTemplate()
          Get the serialization template for this custom expression
 
Methods inherited from class com.mysema.query.types.expr.ENumber
abs, add, add, avg, between, between, byteValue, castToNum, ceil, divide, divide, doubleValue, floatValue, floor, goe, goe, gt, gt, intValue, loe, loe, longValue, lt, lt, max, max, min, min, multiply, multiply, negate, notBetween, notBetween, random, round, shortValue, sqrt, subtract, subtract, sum
 
Methods inherited from class com.mysema.query.types.expr.EComparableBase
asc, desc, stringValue
 
Methods inherited from class com.mysema.query.types.expr.Expr
count, countAll, countDistinct, eq, eq, getType, hashCode, in, in, in, ne, ne, notIn, notIn, notIn, toString, when, when
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CNumber

public CNumber(Class<T> type,
               Template template,
               List<Expr<?>> args)
Method Detail

create

public static <T extends Number & Comparable<?>> ENumber<T> create(Class<T> type,
                                                                  String template,
                                                                  Expr<?>... args)

create

public static <T extends Number & Comparable<?>> ENumber<T> create(Class<T> type,
                                                                  Template template,
                                                                  Expr<?>... args)

accept

public void accept(Visitor v)
Specified by:
accept in class Expr<T extends Number & Comparable<?>>

getArg

public Expr<?> getArg(int index)
Description copied from interface: Custom
Get the argument with the given index

Specified by:
getArg in interface Custom<T extends Number & Comparable<?>>
Returns:

getArgs

public List<Expr<?>> getArgs()
Description copied from interface: Custom
Get the arguments of the custom expression

Specified by:
getArgs in interface Custom<T extends Number & Comparable<?>>
Returns:

getTemplate

public Template getTemplate()
Description copied from interface: Custom
Get the serialization template for this custom expression

Specified by:
getTemplate in interface Custom<T extends Number & Comparable<?>>
Returns:


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.