| Package | Description |
|---|---|
| com.prosysopc.ua.stack.builtintypes |
OPC UA Part 6 defines 25 builtin types.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.encoding |
This folder contains serialization interfaces and serialization implementations
|
| com.prosysopc.ua.typedictionary |
Dynamic
Structure handing based on
TypeDictionarys read from the server address space. |
| Modifier and Type | Method and Description |
|---|---|
EnumerationSpecification |
Enumeration.specification()
Returns the specification of the
Enumeration. |
| Modifier and Type | Method and Description |
|---|---|
Object |
Variant.asEnum(EnumerationSpecification enumerationSpecification)
For a Variant that contains anydimensional data of OPC UA Int32 i.e.
|
| Modifier and Type | Method and Description |
|---|---|
EnumerationSpecification |
EncoderContext.getEnumerationSpecification(UaNodeId id)
Returns
EnumerationSpecification that matches the given id. |
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderContext.addEnumerationSpecification(EnumerationSpecification specification)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EnumerationSpecification |
EnumerationSpecification.Builder.build()
Builds
EnumerationSpecification instance based on the given parameters. |
EnumerationSpecification |
TypeDictionary.getEnumerationSpecification(UaNodeId id)
Returns an
EnumerationSpecification that matches the given Enumeration DataType node
id. |
EnumerationSpecification |
DynamicEnumeration.specification() |
EnumerationSpecification |
EnumerationSpecification.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
| Modifier and Type | Method and Description |
|---|---|
static DynamicEnumeration.Builder |
DynamicEnumeration.builder(EnumerationSpecification specification)
Creates a new builder with the given specification.
|
Copyright © 2026. All rights reserved.