public static class SearchQuery.NumberAttributeQuery extends SearchQuery.AbstractAttributeQuery
name| Constructor and Description |
|---|
NumberAttributeQuery() |
NumberAttributeQuery(String name,
Float value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
attributeMatches(InstanceAttribute attr) |
float |
getNumberValue() |
boolean |
hasValue() |
void |
setNumberValue(float numberValue) |
String |
toString() |
getName, getNameWithoutWhiteSpace, setNamepublic float getNumberValue()
public void setNumberValue(float numberValue)
public boolean attributeMatches(InstanceAttribute attr)
attributeMatches in class SearchQuery.AbstractAttributeQuerypublic boolean hasValue()
hasValue in class SearchQuery.AbstractAttributeQuerypublic String toString()
toString in class SearchQuery.AbstractAttributeQueryCopyright © 2017 DocDoku. All rights reserved.