Package | Description |
---|---|
org.eclipse.scada.da.component.script | |
org.eclipse.scada.da.server.common | |
org.eclipse.scada.da.server.common.chain | |
org.eclipse.scada.da.server.proxy.item |
Modifier and Type | Method and Description |
---|---|
void |
ScriptContext.Item.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode attributeMode) |
void |
ItemWrapper.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode attributeMode) |
Modifier and Type | Method and Description |
---|---|
static AttributeMode |
AttributeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeMode[] |
AttributeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeManager.update(Variant value,
Map<String,Variant> updates,
AttributeMode mode) |
void |
DataItemInputCommon.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode mode)
Update the value of this data item
|
Modifier and Type | Method and Description |
---|---|
void |
DataItemInputChained.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode mode)
Update the item data
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyValueHolder.updateData(ProxySubConnectionId connection,
Variant value,
Map<String,Variant> attributes,
AttributeMode mode) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.