Package com.exedio.cope
Class UppercaseView
- All Implemented Interfaces:
Function<String>,Selectable<String>,StringFunction,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.static LikeConditioncontainsIgnoreCase(Function<String> function, String value) static LikeConditionendsWithIgnoreCase(Function<String> function, String value) static ConditionequalIgnoreCase(Function<String> function, String value) static LikeConditionlikeIgnoreCase(Function<String> function, String value) static LikeConditionstartsWithIgnoreCase(Function<String> function, String value) Methods inherited from class com.exedio.cope.StringView
getValueTypeMethods inherited from class com.exedio.cope.View
appendSelect, check, equals, get, get, getObject, getSources, getType, getValueClass, hashCodeMethods inherited from class com.exedio.cope.Feature
afterModelCreated, getAbstractType, getAnnotation, getID, getLocalizationKeys, getName, getPattern, isAnnotationPresent, isSourceAlready, mount, readResolve, requireMounted, toString, toString, writeReplaceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.exedio.cope.Function
any, between, equal, equal, equal, get, get, greater, greater, greaterOrEqual, greaterOrEqual, in, in, isNotNull, isNull, less, less, lessOrEqual, lessOrEqual, max, min, notEqual, notEqualMethods inherited from interface com.exedio.cope.Selectable
appendSelect, check, getType, getValueClass, toStringMethods inherited from interface com.exedio.cope.StringFunction
bind, contains, containsIgnoreCase, endsWith, endsWithIgnoreCase, equalIgnoreCase, length, like, likeIgnoreCase, startsWith, startsWithIgnoreCase, toUpperCase
-
Constructor Details
-
UppercaseView
Creates a new UppercaseView. Instead of using this constructor directly, you may want to use the more convenient wrapper methodStringFunction.toUpperCase().
-
-
Method Details