Modifier and Type | Field and Description |
---|---|
protected FilterFactory |
ff |
protected List<FilterBuilder> |
list |
protected P |
parent |
Constructor and Description |
---|
AndBuilder() |
AndBuilder(P parent) |
Modifier and Type | Method and Description |
---|---|
AndBuilder<P> |
and(Filter filter) |
And |
build()
Build an And filter
|
P |
end() |
AndBuilder<P> |
fid(List<String> fids) |
AndBuilder<P> |
fid(String fid) |
AndBuilder<P> |
reset()
Configure the Builder to produce a default result.
|
AndBuilder<P> |
reset(And filter)
Configure the Builder to produce a copy of the provided original.
|
AndBuilder<P> |
unset()
Configure the Builder to produce
null . |
protected FilterFactory ff
protected P parent
protected List<FilterBuilder> list
public AndBuilder()
public AndBuilder(P parent)
public And build()
public AndBuilder<P> fid(String fid)
public AndBuilder<P> and(Filter filter)
public AndBuilder<P> fid(List<String> fids)
public P end()
public AndBuilder<P> reset()
Builder
public AndBuilder<P> reset(And filter)
Builder
public AndBuilder<P> unset()
Builder
null
.
This method allows a Builder to be used as a placeholder; in its unset state the build()
method will produce null
. If any of the builder methods are used the builder
will produce a result.
Copyright © 1996–2023 Geotools. All rights reserved.