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(com.digitalpetri.opcua.stack.core.types.builtin.Variant value,
NumericRange range) |
String |
toString() |
static Object |
writeToValueAtRange(com.digitalpetri.opcua.stack.core.types.builtin.Variant currentVariant,
com.digitalpetri.opcua.stack.core.types.builtin.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 com.digitalpetri.opcua.stack.core.UaException
com.digitalpetri.opcua.stack.core.UaExceptionpublic static Object readFromValueAtRange(com.digitalpetri.opcua.stack.core.types.builtin.Variant value, NumericRange range) throws com.digitalpetri.opcua.stack.core.UaException
com.digitalpetri.opcua.stack.core.UaExceptionpublic static Object writeToValueAtRange(com.digitalpetri.opcua.stack.core.types.builtin.Variant currentVariant, com.digitalpetri.opcua.stack.core.types.builtin.Variant updateVariant, NumericRange range) throws com.digitalpetri.opcua.stack.core.UaException
com.digitalpetri.opcua.stack.core.UaExceptionCopyright © 2015. All rights reserved.