| Package | Description |
|---|---|
| com.io7m.smfj.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
SMFFormatVersionMutable |
SMFFormatVersionMutable.clear()
Clears the object by setting all attributes to their initial values.
|
static SMFFormatVersionMutable |
SMFFormatVersionMutable.create()
Construct a modifiable instance of
SMFFormatVersionType. |
static SMFFormatVersionMutable |
SMFFormatVersionMutable.create(int major,
int minor)
Construct a modifiable instance of
SMFFormatVersionType. |
SMFFormatVersionMutable |
SMFFormatVersionMutable.from(SMFFormatVersionType instance)
Fill this modifiable instance with attribute values from the provided
SMFFormatVersionType instance. |
SMFFormatVersionMutable |
SMFFormatVersionMutable.setMajor(int major)
Assigns a value to the
major attribute. |
SMFFormatVersionMutable |
SMFFormatVersionMutable.setMinor(int minor)
Assigns a value to the
minor attribute. |
SMFFormatVersionMutable |
SMFFormatVersionMutable.unsetMajor()
Reset an attribute to its initial value.
|
SMFFormatVersionMutable |
SMFFormatVersionMutable.unsetMinor()
Reset an attribute to its initial value.
|
Copyright © 2017 <code@io7m.com> http://io7m.com