public class DataItem extends Object
ConnectorOutputTypeTranslator for detailed change
data, but only if enabled through ModelAccess.setDetailNotifiedItem(boolean).| Modifier and Type | Field and Description |
|---|---|
private org.eclipse.milo.opcua.stack.core.types.builtin.Variant |
data |
private Object |
identifier |
| Constructor and Description |
|---|
DataItem(Object identifier,
org.eclipse.milo.opcua.stack.core.types.builtin.Variant data)
Creates a data item.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.Variant |
getData()
Returns the changed data.
|
Object |
getIdentifier()
Returns the identifier in the model.
|
private org.eclipse.milo.opcua.stack.core.types.builtin.Variant data
private Object identifier
public DataItem(Object identifier, org.eclipse.milo.opcua.stack.core.types.builtin.Variant data)
identifier - the data item identifier in the model, usually a string but who knows in Milodata - the new datapublic org.eclipse.milo.opcua.stack.core.types.builtin.Variant getData()
public Object getIdentifier()
Copyright © 2021. All rights reserved.