Package com.exedio.cope
Class NumberView<E extends Number>
- java.lang.Object
-
- com.exedio.cope.Feature
-
- com.exedio.cope.View<E>
-
- com.exedio.cope.NumberView<E>
-
- All Implemented Interfaces:
Function<E>
,NumberFunction<E>
,Selectable<E>
,Serializable
- Direct Known Subclasses:
DayPartView
,DivideView
,LengthView
,MinusView
,MultiplyLiteralView
,MultiplyView
,PlusLiteralView
,PlusView
public abstract class NumberView<E extends Number> extends View<E> implements NumberFunction<E>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NumberView(Function<?>[] sources, String name, Class<E> valueClass)
-
Method Summary
-
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.NumberFunction
asString, average, bind, divide, minus, multiply, multiply, plus, plus, sum, sum
-
Methods inherited from interface com.exedio.cope.Selectable
append, appendSelect, check, getType, getValueClass, getValueType, toString
-
-