V
- the generic type of the property value identified by this path.public class NumberPathImpl<V extends Number & Comparable<?>> extends ComparablePathImpl<V> implements NumberPath<V>, AbstractNumberArgument<V>
NumberPath
.AVG_PROPERTY, MAX_PROPERTY, MIN_PROPERTY, SIZE_PROPERTY, SUM_PROPERTY
Constructor and Description |
---|
NumberPathImpl(PathImpl<?> parent,
ReadableProperty<?> property)
The constructor.
|
NumberPathImpl(PathRoot<?> root,
ReadableProperty<?> property)
The constructor.
|
format, getParent, getParentName, getProperty, getRoot, getValue, getValuePath, isConstant
to, to, to, to, to, to, to, to
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
to, to, to, to, to, to, to, to
getValue
between, geq, geq, gt, gt, leq, leq, lt, lt
eq, eq, exp, exp, exp, exp, expRight, in, in, isNotNull, isNull, neq, neq, notIn, notIn
between
evaluate, getValue, getValuePath, isConstant
public NumberPathImpl(PathImpl<?> parent, ReadableProperty<?> property)
parent
- - PathImpl.getParent()
.property
- - see PathImpl.getProperty()
.public NumberPathImpl(PathRoot<?> root, ReadableProperty<?> property)
root
- - PathImpl.getRoot()
.property
- - see PathImpl.getProperty()
.Copyright © 2001–2016 mmm-Team. All rights reserved.