public static final class PVolumeXYZSplitL.Builder<S,T extends PVolumeLType<S>>
extends java.lang.Object
PVolumeXYZSplitL.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method | Description |
|---|---|---|
PVolumeXYZSplitL<S,T> |
build() |
Builds a new
PVolumeXYZSplitL. |
PVolumeXYZSplitL.Builder<S,T> |
from(PVolumeXYZSplitLType<S,T> instance) |
Fill a builder with attribute values from the provided
PVolumeXYZSplitLType instance. |
PVolumeXYZSplitL.Builder<S,T> |
setX0y0z0(T x0y0z0) |
Initializes the value for the
x0y0z0 attribute. |
PVolumeXYZSplitL.Builder<S,T> |
setX0y0z1(T x0y0z1) |
Initializes the value for the
x0y0z1 attribute. |
PVolumeXYZSplitL.Builder<S,T> |
setX0y1z0(T x0y1z0) |
Initializes the value for the
x0y1z0 attribute. |
PVolumeXYZSplitL.Builder<S,T> |
setX0y1z1(T x0y1z1) |
Initializes the value for the
x0y1z1 attribute. |
PVolumeXYZSplitL.Builder<S,T> |
setX1y0z0(T x1y0z0) |
Initializes the value for the
x1y0z0 attribute. |
PVolumeXYZSplitL.Builder<S,T> |
setX1y0z1(T x1y0z1) |
Initializes the value for the
x1y0z1 attribute. |
PVolumeXYZSplitL.Builder<S,T> |
setX1y1z0(T x1y1z0) |
Initializes the value for the
x1y1z0 attribute. |
PVolumeXYZSplitL.Builder<S,T> |
setX1y1z1(T x1y1z1) |
Initializes the value for the
x1y1z1 attribute. |
public final PVolumeXYZSplitL.Builder<S,T> from(PVolumeXYZSplitLType<S,T> instance)
PVolumeXYZSplitLType 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 PVolumeXYZSplitL.Builder<S,T> setX0y0z0(T x0y0z0)
x0y0z0 attribute.x0y0z0 - The value for x0y0z0this builder for use in a chained invocationpublic final PVolumeXYZSplitL.Builder<S,T> setX1y0z0(T x1y0z0)
x1y0z0 attribute.x1y0z0 - The value for x1y0z0this builder for use in a chained invocationpublic final PVolumeXYZSplitL.Builder<S,T> setX0y1z0(T x0y1z0)
x0y1z0 attribute.x0y1z0 - The value for x0y1z0this builder for use in a chained invocationpublic final PVolumeXYZSplitL.Builder<S,T> setX1y1z0(T x1y1z0)
x1y1z0 attribute.x1y1z0 - The value for x1y1z0this builder for use in a chained invocationpublic final PVolumeXYZSplitL.Builder<S,T> setX0y0z1(T x0y0z1)
x0y0z1 attribute.x0y0z1 - The value for x0y0z1this builder for use in a chained invocationpublic final PVolumeXYZSplitL.Builder<S,T> setX1y0z1(T x1y0z1)
x1y0z1 attribute.x1y0z1 - The value for x1y0z1this builder for use in a chained invocationpublic final PVolumeXYZSplitL.Builder<S,T> setX0y1z1(T x0y1z1)
x0y1z1 attribute.x0y1z1 - The value for x0y1z1this builder for use in a chained invocationpublic final PVolumeXYZSplitL.Builder<S,T> setX1y1z1(T x1y1z1)
x1y1z1 attribute.x1y1z1 - The value for x1y1z1this builder for use in a chained invocationpublic PVolumeXYZSplitL<S,T> build()
PVolumeXYZSplitL.java.lang.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com