| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.utils |
Utility classes
|
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
Range |
MonitoredDataItem.getEuRange()
The range defined for the monitoredItem
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoredDataItem.setEuRange(Range range)
Define the EuRange corresponding to the monitored item.
|
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.Builder.build() |
Range |
Range.clone() |
Range |
AxisInformation.getEURange() |
Range |
AxisInformation.Builder.getEURange() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisInformation.setEURange(Range value) |
AxisInformation.Builder |
AxisInformation.Builder.setEURange(Range value) |
| Constructor and Description |
|---|
AxisInformation(EUInformation f_engineeringUnits,
Range f_eURange,
LocalizedText f_title,
AxisScaleEnumeration f_axisScaleType,
Double[] f_axisSteps) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MultiDimensionArrayUtils.checkValueAgainstInstrumentRange(Variant variantValue,
Range range,
NodeId dataTypeId)
Checks if the value of a Variant is within the InstrumentRange of target UaValueNode.
|
| Modifier and Type | Method and Description |
|---|---|
Range |
BaseAnalogType.getEURange() |
Range |
ArrayItemType.getEURange() |
Range |
AnalogItemType.getEURange() |
Range |
BaseAnalogType.getInstrumentRange() |
Range |
ArrayItemType.getInstrumentRange() |
Range |
UserManagementType.getPasswordLength() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAnalogType.setEURange(Range value) |
void |
ArrayItemType.setEURange(Range value) |
void |
AnalogItemType.setEURange(Range value) |
void |
BaseAnalogType.setInstrumentRange(Range value) |
void |
ArrayItemType.setInstrumentRange(Range value) |
void |
UserManagementType.setPasswordLength(Range value) |
| Modifier and Type | Method and Description |
|---|---|
Range |
BaseAnalogTypeImplBase.getEURange() |
Range |
ArrayItemTypeImplBase.getEURange() |
Range |
AnalogItemTypeImplBase.getEURange() |
Range |
BaseAnalogTypeImplBase.getInstrumentRange() |
Range |
ArrayItemTypeImplBase.getInstrumentRange() |
Range |
UserManagementTypeImplBase.getPasswordLength() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAnalogTypeImplBase.setEURange(Range value) |
void |
ArrayItemTypeImplBase.setEURange(Range value) |
void |
AnalogItemTypeImplBase.setEURange(Range value) |
void |
BaseAnalogTypeImplBase.setInstrumentRange(Range value) |
void |
ArrayItemTypeImplBase.setInstrumentRange(Range value) |
void |
UserManagementTypeImplBase.setPasswordLength(Range value) |
| Modifier and Type | Method and Description |
|---|---|
Range |
BaseAnalogTypeNodeBase.getEURange() |
Range |
ArrayItemTypeNodeBase.getEURange() |
Range |
AnalogItemTypeNodeBase.getEURange() |
Range |
BaseAnalogTypeNodeBase.getInstrumentRange() |
Range |
ArrayItemTypeNodeBase.getInstrumentRange() |
Range |
UserManagementTypeNodeBase.getPasswordLength() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAnalogTypeNodeBase.setEURange(Range value) |
void |
ArrayItemTypeNodeBase.setEURange(Range value) |
void |
AnalogItemTypeNodeBase.setEURange(Range value) |
void |
BaseAnalogTypeNodeBase.setInstrumentRange(Range value) |
void |
ArrayItemTypeNodeBase.setInstrumentRange(Range value) |
void |
UserManagementTypeNodeBase.setPasswordLength(Range value) |
Copyright © 2026. All rights reserved.