Package com.exedio.cope
Class StringView
- java.lang.Object
-
- com.exedio.cope.Feature
-
- com.exedio.cope.View<String>
-
- com.exedio.cope.StringView
-
- All Implemented Interfaces:
Function<String>
,Selectable<String>
,StringFunction
,Serializable
- Direct Known Subclasses:
AsStringView
,UppercaseView
public abstract class StringView extends View<String> implements StringFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StringView(Function<?>[] sources, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.exedio.cope.SelectType<String>
getValueType()
-
Methods inherited from class com.exedio.cope.View
appendSelect, check, equals, get, get, getObject, getSources, getType, getValueClass, hashCode, mapJava
-
Methods inherited from class com.exedio.cope.Feature
afterModelCreated, getAbstractType, getAnnotation, getID, getLocalizationKeys, getName, getPattern, isAnnotationPresent, isSourceAlready, mount, readResolve, requireMounted, toString, toString, writeReplace
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods 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, notEqual
-
Methods inherited from interface com.exedio.cope.Selectable
append, appendSelect, check, getType, getValueClass, toString
-
Methods inherited from interface com.exedio.cope.StringFunction
bind, contains, containsIgnoreCase, endsWith, endsWithIgnoreCase, equalIgnoreCase, length, like, likeIgnoreCase, startsWith, startsWithIgnoreCase, toUpperCase
-
-
-
-
Method Detail
-
getValueType
public com.exedio.cope.SelectType<String> getValueType()
- Specified by:
getValueType
in interfaceSelectable<String>
-
-