public static class Range.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Range |
build()
Builds a Structure with the given data.
|
Double |
getHigh() |
Double |
getLow() |
Range.Builder |
setHigh(Double value) |
Range.Builder |
setLow(Double value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public Double getLow()
public Range.Builder setLow(Double value)
public Double getHigh()
public Range.Builder setHigh(Double value)
public Range build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.