|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectLayerFeatureConstraintsBuilder<P>
public class LayerFeatureConstraintsBuilder<P>
Constructor Summary | |
---|---|
LayerFeatureConstraintsBuilder()
|
|
LayerFeatureConstraintsBuilder(P parent)
|
Method Summary | |
---|---|
LayerFeatureConstraints |
build()
Created object, may be null if unset() |
P |
end()
|
LayerFeatureConstraintsBuilder<P> |
reset()
Configure the Builder to produce a default result. |
LayerFeatureConstraintsBuilder<P> |
reset(LayerFeatureConstraints constraints)
Configure the Builder to produce a copy of the provided original. |
LayerFeatureConstraintsBuilder<P> |
unset()
Configure the Builder to produce null . |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayerFeatureConstraintsBuilder()
public LayerFeatureConstraintsBuilder(P parent)
Method Detail |
---|
public LayerFeatureConstraints build()
Builder
build
in interface Builder<LayerFeatureConstraints>
public P end()
public LayerFeatureConstraintsBuilder<P> reset()
Builder
reset
in interface Builder<LayerFeatureConstraints>
public LayerFeatureConstraintsBuilder<P> reset(LayerFeatureConstraints constraints)
Builder
reset
in interface Builder<LayerFeatureConstraints>
public LayerFeatureConstraintsBuilder<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.
unset
in interface Builder<LayerFeatureConstraints>
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |