exedio cope

com.exedio.cope
Interface StringFunction

All Superinterfaces:
Function<String>, Selectable<String>
All Known Implementing Classes:
BindStringFunction, StringField, StringView, UppercaseView

public interface StringFunction
extends Function<String>


Method Summary
 BindStringFunction bind(Join join)
           
 LikeCondition contains(String value)
          Returns a condition, that is true for all items, if and only if the value of this function for that item contains the given parameter.
 LikeCondition containsIgnoreCase(String value)
           
 LikeCondition endsWith(String value)
          Returns a condition, that is true for all items, if and only if the value of this function for that item ends with the given parameter.
 LikeCondition endsWithIgnoreCase(String value)
           
 Condition equalIgnoreCase(String value)
           
 LengthView length()
           
 LikeCondition like(String value)
          Returns a condition, that is true for all items, if and only if the value of this function for that item is matches the given parameter.
 LikeCondition likeIgnoreCase(String value)
           
 LikeCondition startsWith(String value)
          Returns a condition, that is true for all items, if and only if the value of this function for that item starts with the given parameter.
 LikeCondition startsWithIgnoreCase(String value)
           
 UppercaseView toUpperCase()
           
 
Methods inherited from interface com.exedio.cope.Function
appendParameter, between, equal, equal, equal, get, getValueClass, greater, greater, greaterOrEqual, greaterOrEqual, in, in, isNotNull, isNull, less, less, lessOrEqual, lessOrEqual, max, min, notEqual, notEqual
 
Methods inherited from interface com.exedio.cope.Selectable
append, appendSelect, check, getType, toString
 

Method Detail

bind

BindStringFunction bind(Join join)
Specified by:
bind in interface Function<String>

like

LikeCondition like(String value)
Returns a condition, that is true for all items, if and only if the value of this function for that item is matches the given parameter.


startsWith

LikeCondition startsWith(String value)
Returns a condition, that is true for all items, if and only if the value of this function for that item starts with the given parameter.


endsWith

LikeCondition endsWith(String value)
Returns a condition, that is true for all items, if and only if the value of this function for that item ends with the given parameter.


contains

LikeCondition contains(String value)
Returns a condition, that is true for all items, if and only if the value of this function for that item contains the given parameter.


length

LengthView length()

toUpperCase

UppercaseView toUpperCase()

equalIgnoreCase

Condition equalIgnoreCase(String value)

likeIgnoreCase

LikeCondition likeIgnoreCase(String value)

startsWithIgnoreCase

LikeCondition startsWithIgnoreCase(String value)

endsWithIgnoreCase

LikeCondition endsWithIgnoreCase(String value)

containsIgnoreCase

LikeCondition containsIgnoreCase(String value)

Cope with
Object
Persistence

SourceForge.net LogoCopyright © 2004-2008 exedio Gesellschaft für Softwareentwicklung mbH. All rights reserved.
svn.12752 build.5319 20090312135114