com.mysema.query.types.custom
Class CString

java.lang.Object
  extended by com.mysema.query.types.Expr<D>
      extended by com.mysema.query.types.expr.ESimple<D>
          extended by com.mysema.query.types.expr.EComparableBase<D>
              extended by com.mysema.query.types.expr.EComparable<String>
                  extended by com.mysema.query.types.expr.EString
                      extended by com.mysema.query.types.custom.CString
All Implemented Interfaces:
Custom<String>, Serializable

public class CString
extends EString
implements Custom<String>

CString defines custom String expressions

Author:
tiwe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mysema.query.types.Expr
primitive
 
Constructor Summary
CString(Template template, List<Expr<?>> args)
           
 
Method Summary
 void accept(Visitor v)
           
static EString create(String template, Expr<?>... args)
           
static EString create(Template template, Expr<?>... args)
           
 boolean equals(Object o)
           
 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
 int hashCode()
           
 
Methods inherited from class com.mysema.query.types.expr.EString
append, append, as, charAt, charAt, concat, concat, contains, contains, contains, contains, endsWith, endsWith, endsWith, endsWith, equalsIgnoreCase, equalsIgnoreCase, indexOf, indexOf, indexOf, indexOf, isEmpty, isNotEmpty, length, like, like, lower, matches, matches, prepend, prepend, split, startsWith, startsWith, startsWith, startsWith, stringValue, substring, substring, toLowerCase, toUpperCase, trim, upper
 
Methods inherited from class com.mysema.query.types.expr.EComparable
between, between, goe, goe, gt, gt, loe, loe, lt, lt, notBetween, notBetween
 
Methods inherited from class com.mysema.query.types.expr.EComparableBase
asc, castToNum, desc
 
Methods inherited from class com.mysema.query.types.expr.ESimple
count, countDistinct, eq, eq, in, in, in, ne, ne, when, when
 
Methods inherited from class com.mysema.query.types.Expr
asExpr, getType, notIn, notIn, notIn, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.types.Custom
asExpr, getType
 

Constructor Detail

CString

public CString(Template template,
               List<Expr<?>> args)
Method Detail

create

public static EString create(String template,
                             Expr<?>... args)

create

public static EString create(Template template,
                             Expr<?>... args)

accept

public void accept(Visitor v)
Specified by:
accept in class Expr<String>

getArg

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

Specified by:
getArg in interface Custom<String>
Returns:

getArgs

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

Specified by:
getArgs in interface Custom<String>
Returns:

getTemplate

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

Specified by:
getTemplate in interface Custom<String>
Returns:

equals

public boolean equals(Object o)
Specified by:
equals in class Expr<String>

hashCode

public int hashCode()
Overrides:
hashCode in class Expr<String>


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