java.lang.Object
org.eclipse.milo.opcua.sdk.core.NumericRange
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRange()static NumericRangestatic ObjectreadFromValueAtRange(Object array, NumericRange range) static ObjectreadFromValueAtRange(org.eclipse.milo.opcua.stack.core.types.builtin.Variant value, NumericRange range) toString()static ObjectwriteToValueAtRange(Object current, Object update, NumericRange range) static ObjectwriteToValueAtRange(org.eclipse.milo.opcua.stack.core.types.builtin.Variant currentVariant, org.eclipse.milo.opcua.stack.core.types.builtin.Variant updateVariant, NumericRange range)
-
Constructor Details
-
NumericRange
-
-
Method Details
-
getRange
-
getBounds
-
toString
-
parse
- Throws:
org.eclipse.milo.opcua.stack.core.UaException
-
readFromValueAtRange
public static Object readFromValueAtRange(org.eclipse.milo.opcua.stack.core.types.builtin.Variant value, NumericRange range) throws org.eclipse.milo.opcua.stack.core.UaException - Throws:
org.eclipse.milo.opcua.stack.core.UaException
-
readFromValueAtRange
public static Object readFromValueAtRange(Object array, NumericRange range) throws org.eclipse.milo.opcua.stack.core.UaException - Throws:
org.eclipse.milo.opcua.stack.core.UaException
-
writeToValueAtRange
public static Object writeToValueAtRange(org.eclipse.milo.opcua.stack.core.types.builtin.Variant currentVariant, org.eclipse.milo.opcua.stack.core.types.builtin.Variant updateVariant, NumericRange range) throws org.eclipse.milo.opcua.stack.core.UaException - Throws:
org.eclipse.milo.opcua.stack.core.UaException
-
writeToValueAtRange
public static Object writeToValueAtRange(Object current, Object update, NumericRange range) throws org.eclipse.milo.opcua.stack.core.UaException - Throws:
org.eclipse.milo.opcua.stack.core.UaException
-