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