| Package | Description |
|---|---|
| com.io7m.smfj.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFSchemaIdentifier.Builder |
SMFSchemaIdentifier.builder()
Creates a builder for
SMFSchemaIdentifier. |
SMFSchemaIdentifier.Builder |
SMFSchemaIdentifier.Builder.from(SMFSchemaIdentifierType instance)
Fill a builder with attribute values from the provided
SMFSchemaIdentifierType instance. |
SMFSchemaIdentifier.Builder |
SMFSchemaIdentifier.Builder.setName(SMFSchemaName name)
Initializes the value for the
name attribute. |
SMFSchemaIdentifier.Builder |
SMFSchemaIdentifier.Builder.setVersionMajor(int versionMajor)
Initializes the value for the
versionMajor attribute. |
SMFSchemaIdentifier.Builder |
SMFSchemaIdentifier.Builder.setVersionMinor(int versionMinor)
Initializes the value for the
versionMinor attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com