public static class SearchQuery.BooleanAttributeQuery extends SearchQuery.AbstractAttributeQuery
name| Constructor and Description |
|---|
BooleanAttributeQuery() |
BooleanAttributeQuery(String name,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
attributeMatches(InstanceAttribute attr) |
boolean |
hasValue() |
boolean |
isBooleanValue() |
void |
setBooleanValue(boolean booleanValue) |
String |
toString() |
getName, getNameWithoutWhiteSpace, setNamepublic BooleanAttributeQuery()
public BooleanAttributeQuery(String name, boolean value)
public boolean isBooleanValue()
public void setBooleanValue(boolean booleanValue)
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.