| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated |
| Modifier and Type | Method and Description |
|---|---|
NodeAttributesMask |
NodeAttributesMask.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable NodeAttributesMask |
NodeAttributesMask.from(int value) |
static NodeAttributesMask |
NodeAttributesMask.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
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 |
|---|---|
Class<NodeAttributesMask> |
NodeAttributesMask.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeAttributesMask.Codec.encode(SerializationContext context,
UaEncoder encoder,
NodeAttributesMask value) |
Copyright © 2025. All rights reserved.