public final class NumericRange extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NumericRange.Bounds |
| Constructor and Description |
|---|
NumericRange(String range,
NumericRange.Bounds[] bounds) |
| Modifier and Type | Method and Description |
|---|---|
NumericRange.Bounds[] |
getBounds() |
String |
getRange() |
static NumericRange |
parse(String range) |
static Object |
readFromValueAtRange(Variant value,
NumericRange range) |
String |
toString() |
static Object |
writeToValueAtRange(Variant currentVariant,
Variant updateVariant,
NumericRange range) |
public NumericRange(String range, NumericRange.Bounds[] bounds)
public String getRange()
public NumericRange.Bounds[] getBounds()
public static NumericRange parse(String range) throws UaException
UaExceptionpublic static Object readFromValueAtRange(Variant value, NumericRange range) throws UaException
UaExceptionpublic static Object writeToValueAtRange(Variant currentVariant, Variant updateVariant, NumericRange range) throws UaException
UaExceptionCopyright © 2025. All rights reserved.