|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.filter.AttributeFilter
gistoolkit.datasources.filter.NumberAttributeFilter
Class for filtering on attributes that are Numbers.
Field Summary |
Fields inherited from class gistoolkit.datasources.filter.AttributeFilter |
ATTRIBUTE_EQUALS, ATTRIBUTE_GREATER, ATTRIBUTE_LESS, ATTRIBUTE_VALUE |
Constructor Summary | |
NumberAttributeFilter()
Creates new NumberAttributeFilter, for use with the configuration utilities only. |
|
NumberAttributeFilter(java.lang.String inAttributeName,
int inComparison,
double inValue)
Creates new NumberAttributeFilter |
Method Summary | |
boolean |
contains(Record inRecord)
Determiens if this record should be included in the subsequent set. |
java.lang.Object |
getAttributeValue()
Get the attribute value to use in comparisons. |
Node |
getNode()
Get the configuration information for this filter |
void |
setNode(Node inNode)
Set the configuration information for this data source |
void |
setValue(java.lang.String inValue)
Set the attribute value. |
Methods inherited from class gistoolkit.datasources.filter.AttributeFilter |
createFilterName, findAttribute, getAttributeName, getComparison, getFilterName, setAttributeName, setComparison, setFilterName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NumberAttributeFilter()
public NumberAttributeFilter(java.lang.String inAttributeName, int inComparison, double inValue)
Method Detail |
public java.lang.Object getAttributeValue()
getAttributeValue
in class AttributeFilter
public boolean contains(Record inRecord)
public Node getNode()
getNode
in interface Filter
getNode
in class AttributeFilter
public void setNode(Node inNode) throws java.lang.Exception
setNode
in interface Filter
setNode
in class AttributeFilter
java.lang.Exception
public void setValue(java.lang.String inValue)
setValue
in class AttributeFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |