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