final class AttributeValueAssertionFilter extends AbstractFilter
| Modifier and Type | Field and Description |
|---|---|
private String |
attribute
The associated attribute
|
private FilterOperator |
operator
The Filter operator
|
private String |
value
The filter value
|
| Modifier | Constructor and Description |
|---|---|
private |
AttributeValueAssertionFilter(String attribute,
String value,
FilterOperator operator)
Creates a new instance of AttributeValueAssertionFilter.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeValueAssertionFilter |
approximatelyEqual(String attribute,
String value)
Creates an Approximate Filter : (
|
StringBuilder |
build(StringBuilder builder) |
static AttributeValueAssertionFilter |
equal(String attribute,
String value)
Creates an equal Filter : (
|
static AttributeValueAssertionFilter |
greaterThanOrEqual(String attribute,
String value)
Creates a Greater Than Or Equal Filter : (
|
static AttributeValueAssertionFilter |
lessThanOrEqual(String attribute,
String value)
Creates a Less Than Or Equal Filter : (
|
buildprivate String attribute
private String value
private FilterOperator operator
private AttributeValueAssertionFilter(String attribute, String value, FilterOperator operator)
public static AttributeValueAssertionFilter approximatelyEqual(String attribute, String value)
attribute - The AttributeTypevalue - The Valuepublic static AttributeValueAssertionFilter equal(String attribute, String value)
attribute - The AttributeTypevalue - The Valuepublic static AttributeValueAssertionFilter greaterThanOrEqual(String attribute, String value)
attribute - The AttributeTypevalue - The Valuepublic static AttributeValueAssertionFilter lessThanOrEqual(String attribute, String value)
attribute - The AttributeTypevalue - The Valuepublic StringBuilder build(StringBuilder builder)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.