com.mysema.query.types.expr
Class OString
java.lang.Object
com.mysema.query.types.Expr<D>
com.mysema.query.types.expr.ESimple<D>
com.mysema.query.types.expr.EComparableBase<D>
com.mysema.query.types.expr.EComparable<java.lang.String>
com.mysema.query.types.expr.EString
com.mysema.query.types.expr.OString
- All Implemented Interfaces:
- Operation<java.lang.String>, java.io.Serializable
public class OString
- extends EString
- implements Operation<java.lang.String>
OString represents a String typed operation
- Author:
- tiwe
- See Also:
- Serialized Form
Fields inherited from class com.mysema.query.types.Expr |
primitive |
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, in, loe, loe, lt, lt, notBetween, notBetween |
Methods inherited from class com.mysema.query.types.expr.ESimple |
asExpr, count, countDistinct, eq, eq, in, in, in, ne, ne, when, when |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
create
public static EString create(Operator<? super java.lang.String> op,
Expr<?>... args)
accept
public void accept(Visitor v)
- Specified by:
accept
in class Expr<java.lang.String>
getArg
public Expr<?> getArg(int index)
- Description copied from interface:
Operation
- Get the argument with the given index
- Specified by:
getArg
in interface Operation<java.lang.String>
- Returns:
getArgs
public java.util.List<Expr<?>> getArgs()
- Description copied from interface:
Operation
- Get the arguments of this operation
- Specified by:
getArgs
in interface Operation<java.lang.String>
- Returns:
getOperator
public Operator<? super java.lang.String> getOperator()
- Description copied from interface:
Operation
- Get the operator symbol for this operation
- Specified by:
getOperator
in interface Operation<java.lang.String>
- Returns:
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in class Expr<java.lang.String>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Expr<java.lang.String>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.