public class Range extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
Range.Builder |
static class |
Range.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
Range() |
|
Range(Double f_low,
Double f_high) |
protected |
Range(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static Range.Builder |
builder() |
Range |
clone()
Clones the Structure.
|
Double |
getHigh() |
Double |
getLow() |
void |
setHigh(Double value) |
void |
setLow(Double value) |
Range.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 Range()
protected Range(UaDataTypeSpecification specification)
public Double getLow()
public void setLow(Double value)
public Double getHigh()
public void setHigh(Double value)
public Range clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static Range.Builder builder()
public Range.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.