public abstract class AbstractFromPropertyValueRangeDescriptor extends AbstractValueRangeDescriptor
Modifier and Type | Field and Description |
---|---|
protected boolean |
collectionWrapping |
protected boolean |
countable |
protected ReadMethodAccessor |
readMethodAccessor |
addNullInValueRange, variableDescriptor
Constructor and Description |
---|
AbstractFromPropertyValueRangeDescriptor(GenuineVariableDescriptor variableDescriptor,
boolean addNullInValueRange,
Method readMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCountable() |
protected ValueRange<?> |
readValueRange(Object bean) |
doNullInValueRangeWrapping, getVariableDescriptor, mightContainEntity, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
extractValueRange, isEntityIndependent
protected final ReadMethodAccessor readMethodAccessor
protected boolean collectionWrapping
protected boolean countable
public AbstractFromPropertyValueRangeDescriptor(GenuineVariableDescriptor variableDescriptor, boolean addNullInValueRange, Method readMethod)
public boolean isCountable()
ValueRange
is countable
(for example a double value range between 1.2 and 1.4 is not countable)protected ValueRange<?> readValueRange(Object bean)
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.