public static class SearchQuery.NumberAttributeQuery extends SearchQuery.AbstractAttributeQuery
Modifier and Type | Field and Description |
---|---|
private float |
numberValue |
name
Constructor and Description |
---|
SearchQuery.NumberAttributeQuery() |
SearchQuery.NumberAttributeQuery(String name,
float value) |
Modifier and Type | Method and Description |
---|---|
boolean |
attributeMatches(InstanceAttribute attr) |
float |
getNumberValue() |
void |
setNumberValue(float numberValue) |
getName, setName
public SearchQuery.NumberAttributeQuery()
public SearchQuery.NumberAttributeQuery(String name, float value)
public float getNumberValue()
public void setNumberValue(float numberValue)
public boolean attributeMatches(InstanceAttribute attr)
attributeMatches
in class SearchQuery.AbstractAttributeQuery
Copyright © 2013 OW2 Consortium. All Rights Reserved.