| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| 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 |
|---|---|
OptionSetSpecification |
UaOptionSet.specification()
Returns the specification of this
UaOptionSet. |
OptionSetSpecification |
UaOptionSet.Builder.specification()
Returns the specification of the
UaOptionSet being built. |
OptionSetSpecification |
AbstractOptionSetDataType.AbstractBuilder.specification() |
| Constructor and Description |
|---|
AbstractBuilder(OptionSetSpecification specification)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Variant.asOptionSet(OptionSetSpecification optionSetSpecification)
For a Variant that contains anydimensional data of OPC UA Numeric "OptionSet" types, transform
the data to the
getJavaClass(). |
| Modifier and Type | Method and Description |
|---|---|
OptionSetSpecification |
EncoderContext.getOptionSetSpecification(UaNodeId id)
Returns
OptionSetSpecification that matches the given id. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OptionSetStructureSpecification
A combination interface of both
StructureSpecification and
OptionSetSpecification. |
| Modifier and Type | Method and Description |
|---|---|
OptionSetSpecification |
OptionSetSpecification.Builder.build() |
OptionSetSpecification |
TypeDictionary.getOptionSetSpecification(UaNodeId id)
Returns a
OptionSetSpecification for the given id. |
OptionSetSpecification |
DynamicUIntOptionSet.specification() |
OptionSetSpecification |
DynamicUIntOptionSet.Builder.specification() |
OptionSetSpecification |
OptionSetSpecification.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
| Modifier and Type | Method and Description |
|---|---|
static DynamicUIntOptionSet.Builder |
DynamicUIntOptionSet.builder(OptionSetSpecification specification)
Creates a new builder from the given specification.
|
Copyright © 2026. All rights reserved.