| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.builtin | |
| org.eclipse.milo.opcua.stack.core.types.enumerated |
| Modifier and Type | Method and Description |
|---|---|
IdType |
NodeId.getType() |
IdType |
ExpandedNodeId.getType()
Get the
IdType of this ExpandedNodeId. |
| Modifier and Type | Method and Description |
|---|---|
IdType |
IdType.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable IdType |
IdType.from(int value) |
static IdType |
IdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdType[] |
IdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<IdType> |
IdType.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IdType.Codec.encode(SerializationContext context,
UaEncoder encoder,
IdType value) |
Copyright © 2025. All rights reserved.