| Package | Description |
|---|---|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<NodeAttributesMask> |
NodeAttributesMask.ALL |
static EnumSet<NodeAttributesMask> |
NodeAttributesMask.NONE |
| Modifier and Type | Method and Description |
|---|---|
NodeAttributesMask |
NodeAttributesMask.Builder.build() |
static NodeAttributesMask |
NodeAttributesMask.valueOf(int value) |
static NodeAttributesMask[] |
NodeAttributesMask.valueOf(int[] value) |
static NodeAttributesMask |
NodeAttributesMask.valueOf(Integer value) |
static NodeAttributesMask[] |
NodeAttributesMask.valueOf(Integer[] value) |
static NodeAttributesMask |
NodeAttributesMask.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeAttributesMask |
NodeAttributesMask.valueOf(UnsignedInteger value) |
static NodeAttributesMask[] |
NodeAttributesMask.valueOf(UnsignedInteger[] value) |
static NodeAttributesMask[] |
NodeAttributesMask.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<NodeAttributesMask> |
NodeAttributesMask.getSet(int mask) |
static EnumSet<NodeAttributesMask> |
NodeAttributesMask.getSet(UnsignedInteger mask) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
NodeAttributesMask.getMask(NodeAttributesMask... list) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
NodeAttributesMask.getMask(Collection<NodeAttributesMask> list) |
Copyright © 2026. All rights reserved.