|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||