Uses of Class
org.opcfoundation.ua.utils.NumericRange

Packages that use NumericRange
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.utils Utility classes 
 

Uses of NumericRange in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return NumericRange
 NumericRange WriteValue.getParsedIndexRange()
           
 NumericRange HistoryReadValueId.getParsedIndexRange()
           
 

Methods in org.opcfoundation.ua.core with parameters of type NumericRange
 void HistoryReadValueId.setParsedIndexRange(NumericRange parsedIndexRange)
           
 

Uses of NumericRange in org.opcfoundation.ua.utils
 

Methods in org.opcfoundation.ua.utils that return NumericRange
static NumericRange NumericRange.getEmpty()
          getEmpty.
static NumericRange NumericRange.parse(String textToParse)
          Parses a string representing a numeric range.
 

Methods in org.opcfoundation.ua.utils with parameters of type NumericRange
static boolean NumericRange.isNullOrEmpty(NumericRange indexRange)
          Check if the range is an empty range.
static String NumericRange.toString(NumericRange indexRange)
          toString.
 



Copyright © 2018. All rights reserved.