| Package | Description |
|---|---|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.utils |
Utility classes
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeWriteMask.Options |
Attributes.getAttributeWriteMask(UnsignedInteger attributeId) |
static AttributeWriteMask.Options |
AttributeWriteMask.Options.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeWriteMask.Options[] |
AttributeWriteMask.Options.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeWriteMask |
AttributeWriteMask.of(AttributeWriteMask.Options... setFields) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeWriteMask |
AttributeWriteMask.of(Iterable<AttributeWriteMask.Options> setFields) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<AttributeWriteMask.Options> |
AttributesUtil.getSupportedWriteAccess(UnsignedInteger... attributeIds)
Return an new
EnumSet of AttributeWriteMask.Options for the given attribute
ids. |
Copyright © 2026. All rights reserved.