|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4j.filter.PropertyFilter
org.fuin.utils4j.filter.ComparablePropertyFilter
org.fuin.utils4j.filter.IntegerPropertyFilter
public class IntegerPropertyFilter
Defines a filter on a Integer property.
| Constructor Summary | |
|---|---|
IntegerPropertyFilter(java.lang.String newPropertyName,
ComparableFilter.Operator newOperator,
java.lang.Integer constValue)
Constructor. |
|
IntegerPropertyFilter(java.lang.String newPropertyName,
java.lang.String newOperator,
java.lang.Integer constValue)
Constructor. |
|
| Method Summary | |
|---|---|
protected java.lang.String[] |
createGetterNames(java.lang.String property)
Creates the appropriate getter names for the type. |
java.lang.Integer |
getConstValue()
Returns the constant value any value is compared with. |
| Methods inherited from class org.fuin.utils4j.filter.ComparablePropertyFilter |
|---|
complies, getFilter, getOperator, getOperatorName, toString |
| Methods inherited from class org.fuin.utils4j.filter.PropertyFilter |
|---|
getProperty, getPropertyName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerPropertyFilter(java.lang.String newPropertyName,
java.lang.String newOperator,
java.lang.Integer constValue)
newPropertyName - Name of the property.newOperator - Operator to use.constValue - Value to compare with.
public IntegerPropertyFilter(java.lang.String newPropertyName,
ComparableFilter.Operator newOperator,
java.lang.Integer constValue)
newPropertyName - Name of the property.newOperator - Operator to use.constValue - Value to compare with.| Method Detail |
|---|
protected final java.lang.String[] createGetterNames(java.lang.String property)
createGetterNames in class PropertyFilterproperty - Name of the Property.
public final java.lang.Integer getConstValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||