java.lang.Object
org.eclipse.milo.opcua.sdk.core.NumericRange

public final class NumericRange extends Object
  • Constructor Details

  • Method Details

    • getRange

      public String getRange()
    • getBounds

      public NumericRange.Bounds[] getBounds()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • parse

      public static NumericRange parse(String range) throws org.eclipse.milo.opcua.stack.core.UaException
      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