| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server.nodes | |
| org.eclipse.milo.opcua.sdk.server.nodes.filters |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAttributeFilter.setAttribute(AttributeFilterContext.SetAttributeContext ctx,
AttributeId attributeId,
@Nullable Object value) |
| Modifier and Type | Method and Description |
|---|---|
default void |
AttributeFilter.setAttribute(AttributeFilterContext.SetAttributeContext ctx,
AttributeId attributeId,
@Nullable Object value)
Set the value for the attribute identified by
attributeId or delegate to the next filter in the chain. |
| Modifier and Type | Method and Description |
|---|---|
static AttributeFilter |
AttributeFilters.setValue(BiConsumer<AttributeFilterContext.SetAttributeContext,DataValue> set) |
Copyright © 2021. All rights reserved.