public static final class JCGLVersionNumber.Builder extends Object
JCGLVersionNumber.
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 and Description |
|---|---|
JCGLVersionNumber |
build()
Builds a new
JCGLVersionNumber. |
JCGLVersionNumber.Builder |
from(JCGLVersionNumberType instance)
Fill a builder with attribute values from the provided
JCGLVersionNumberType instance. |
JCGLVersionNumber.Builder |
setMajor(int major)
Initializes the value for the
major attribute. |
JCGLVersionNumber.Builder |
setMicro(int micro)
Initializes the value for the
micro attribute. |
JCGLVersionNumber.Builder |
setMinor(int minor)
Initializes the value for the
minor attribute. |
public final JCGLVersionNumber.Builder from(JCGLVersionNumberType instance)
JCGLVersionNumberType 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 JCGLVersionNumber.Builder setMajor(int major)
major attribute.major - The value for majorthis builder for use in a chained invocationpublic final JCGLVersionNumber.Builder setMinor(int minor)
minor attribute.minor - The value for minorthis builder for use in a chained invocationpublic final JCGLVersionNumber.Builder setMicro(int micro)
micro attribute.micro - The value for microthis builder for use in a chained invocationpublic JCGLVersionNumber build()
JCGLVersionNumber.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com