Package org.openl.rules.dt.type
Class ITypeAdaptor.NumberTypeAdaptor<N extends Number,C extends Comparable<C>>
- java.lang.Object
-
- org.openl.rules.dt.type.ITypeAdaptor.NumberTypeAdaptor<N,C>
-
- All Implemented Interfaces:
ITypeAdaptor<N,C>
- Enclosing interface:
- ITypeAdaptor<T,C extends Comparable<C>>
public abstract static class ITypeAdaptor.NumberTypeAdaptor<N extends Number,C extends Comparable<C>> extends Object implements ITypeAdaptor<N,C>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openl.rules.dt.type.ITypeAdaptor
ITypeAdaptor.NumberTypeAdaptor<N extends Number,C extends Comparable<C>>
-
-
Field Summary
-
Fields inherited from interface org.openl.rules.dt.type.ITypeAdaptor
BIGDECIMAL, BIGINTEGER, BYTE, DATE, DOUBLE, FLOAT, INT, LONG, SHORT, STRING
-
-
Constructor Summary
Constructors Constructor Description NumberTypeAdaptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cconvert(N param)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openl.rules.dt.type.ITypeAdaptor
getTargetType, increment
-
-
-
-
Method Detail
-
convert
public C convert(N param)
- Specified by:
convertin interfaceITypeAdaptor<N extends Number,C extends Comparable<C>>
-
-