public static class QuantityDimension.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
QuantityDimension |
build()
Builds a Structure with the given data.
|
Byte |
getAbsoluteTemperatureExponent() |
Byte |
getAmountOfSubstanceExponent() |
Byte |
getDimensionlessExponent() |
Byte |
getElectricCurrentExponent() |
Byte |
getLengthExponent() |
Byte |
getLuminousIntensityExponent() |
Byte |
getMassExponent() |
Byte |
getTimeExponent() |
QuantityDimension.Builder |
setAbsoluteTemperatureExponent(Byte value) |
QuantityDimension.Builder |
setAmountOfSubstanceExponent(Byte value) |
QuantityDimension.Builder |
setDimensionlessExponent(Byte value) |
QuantityDimension.Builder |
setElectricCurrentExponent(Byte value) |
QuantityDimension.Builder |
setLengthExponent(Byte value) |
QuantityDimension.Builder |
setLuminousIntensityExponent(Byte value) |
QuantityDimension.Builder |
setMassExponent(Byte value) |
QuantityDimension.Builder |
setTimeExponent(Byte value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public Byte getMassExponent()
public QuantityDimension.Builder setMassExponent(Byte value)
public Byte getLengthExponent()
public QuantityDimension.Builder setLengthExponent(Byte value)
public Byte getTimeExponent()
public QuantityDimension.Builder setTimeExponent(Byte value)
public Byte getElectricCurrentExponent()
public QuantityDimension.Builder setElectricCurrentExponent(Byte value)
public Byte getAmountOfSubstanceExponent()
public QuantityDimension.Builder setAmountOfSubstanceExponent(Byte value)
public Byte getLuminousIntensityExponent()
public QuantityDimension.Builder setLuminousIntensityExponent(Byte value)
public Byte getAbsoluteTemperatureExponent()
public QuantityDimension.Builder setAbsoluteTemperatureExponent(Byte value)
public Byte getDimensionlessExponent()
public QuantityDimension.Builder setDimensionlessExponent(Byte value)
public QuantityDimension build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.