| Modifier and Type | Method and Description |
|---|---|
AreaSizeD |
build()
Builds a new
AreaSizeD. |
AreaSizeD.Builder |
from(AreaSizeDType instance)
Fill a builder with attribute values from the provided
AreaSizeDType instance. |
AreaSizeD.Builder |
setHeight(double height)
Initializes the value for the
height attribute. |
AreaSizeD.Builder |
setWidth(double width)
Initializes the value for the
width attribute. |
public final AreaSizeD.Builder from(AreaSizeDType instance)
AreaSizeDType instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final AreaSizeD.Builder setWidth(double width)
width attribute.width - The value for widththis builder for use in a chained invocationpublic final AreaSizeD.Builder setHeight(double height)
height attribute.height - The value for heightthis builder for use in a chained invocationpublic AreaSizeD build()
AreaSizeD.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com