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