public static class PartProperties.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected PartProperties |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
PartProperties _other,
boolean _copy) |
Builder(_B _parentBuilder,
PartProperties _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
Property.Builder<? extends PartProperties.Builder<_B>> |
addProperty()
Returns a new builder to build an additional value of the "Property" property.
|
PartProperties.Builder<_B> |
addProperty(Iterable<? extends Property> property)
Adds the given items to the value of "property"
|
PartProperties.Builder<_B> |
addProperty(Property... property)
Adds the given items to the value of "property"
|
PartProperties |
build() |
_B |
end() |
protected <_P extends PartProperties> |
init(_P _product) |
PartProperties.Builder<_B> |
withProperty(Iterable<? extends Property> property)
Sets the new value of "property" (any previous value will be replaced)
|
PartProperties.Builder<_B> |
withProperty(Property... property)
Sets the new value of "property" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final PartProperties _storedValue
public Builder(_B _parentBuilder, PartProperties _other, boolean _copy)
public Builder(_B _parentBuilder, PartProperties _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends PartProperties> _P init(_P _product)
public PartProperties.Builder<_B> addProperty(Iterable<? extends Property> property)
property - Items to add to the value of the "property" propertypublic PartProperties.Builder<_B> withProperty(Iterable<? extends Property> property)
property - New value of the "property" property.public PartProperties.Builder<_B> addProperty(Property... property)
property - Items to add to the value of the "property" propertypublic PartProperties.Builder<_B> withProperty(Property... property)
property - New value of the "property" property.public Property.Builder<? extends PartProperties.Builder<_B>> addProperty()
Property.Builder.end() to return to the current builder.Property.Builder.end() to return to the current builder.public PartProperties build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.