public class QuantityDimension extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
QuantityDimension.Builder |
static class |
QuantityDimension.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
QuantityDimension() |
|
QuantityDimension(Byte f_massExponent,
Byte f_lengthExponent,
Byte f_timeExponent,
Byte f_electricCurrentExponent,
Byte f_amountOfSubstanceExponent,
Byte f_luminousIntensityExponent,
Byte f_absoluteTemperatureExponent,
Byte f_dimensionlessExponent) |
protected |
QuantityDimension(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static QuantityDimension.Builder |
builder() |
QuantityDimension |
clone()
Clones the Structure.
|
Byte |
getAbsoluteTemperatureExponent() |
Byte |
getAmountOfSubstanceExponent() |
Byte |
getDimensionlessExponent() |
Byte |
getElectricCurrentExponent() |
Byte |
getLengthExponent() |
Byte |
getLuminousIntensityExponent() |
Byte |
getMassExponent() |
Byte |
getTimeExponent() |
void |
setAbsoluteTemperatureExponent(Byte value) |
void |
setAmountOfSubstanceExponent(Byte value) |
void |
setDimensionlessExponent(Byte value) |
void |
setElectricCurrentExponent(Byte value) |
void |
setLengthExponent(Byte value) |
void |
setLuminousIntensityExponent(Byte value) |
void |
setMassExponent(Byte value) |
void |
setTimeExponent(Byte value) |
QuantityDimension.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public QuantityDimension()
protected QuantityDimension(UaDataTypeSpecification specification)
public Byte getMassExponent()
public void setMassExponent(Byte value)
public Byte getLengthExponent()
public void setLengthExponent(Byte value)
public Byte getTimeExponent()
public void setTimeExponent(Byte value)
public Byte getElectricCurrentExponent()
public void setElectricCurrentExponent(Byte value)
public Byte getAmountOfSubstanceExponent()
public void setAmountOfSubstanceExponent(Byte value)
public Byte getLuminousIntensityExponent()
public void setLuminousIntensityExponent(Byte value)
public Byte getAbsoluteTemperatureExponent()
public void setAbsoluteTemperatureExponent(Byte value)
public Byte getDimensionlessExponent()
public void setDimensionlessExponent(Byte value)
public QuantityDimension clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static QuantityDimension.Builder builder()
public QuantityDimension.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.