| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.typedictionary |
Dynamic
Structure handing based on
TypeDictionarys read from the server address space. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractOptionSetDataType.AbstractBuilder<T extends Enum<T> & OptionSpecification>
This class is designed to be subtyped by codegen classes only.
|
| Modifier and Type | Method and Description |
|---|---|
UaOptionSet.Builder |
UaOptionSet.Builder.add(OptionSpecification... options)
Adds the given options (if they are part of
specification()). |
UaOptionSet.Builder |
AbstractOptionSetDataType.AbstractBuilder.add(OptionSpecification... options) |
UaOptionSet.Builder |
UaOptionSet.Builder.addAll(Iterable<? extends OptionSpecification> options)
Adds the given options (if they are part of
specification()). |
UaOptionSet.Builder |
AbstractOptionSetDataType.AbstractBuilder.addAll(Iterable<? extends OptionSpecification> options) |
UaOptionSet.Builder |
UaOptionSet.Builder.clear()
Clears all options.
|
UaOptionSet.Builder |
AbstractOptionSetDataType.AbstractBuilder.clear() |
UaOptionSet.Builder |
UaOptionSet.Builder.remove(OptionSpecification... options)
Removes the given options (if they are part of
specification()). |
UaOptionSet.Builder |
AbstractOptionSetDataType.AbstractBuilder.remove(OptionSpecification... options) |
UaOptionSet.Builder |
UaOptionSet.Builder.removeAll(Iterable<? extends OptionSpecification> options)
Removes the given options (if they are part of
specification()). |
UaOptionSet.Builder |
AbstractOptionSetDataType.AbstractBuilder.removeAll(Iterable<? extends OptionSpecification> options) |
UaOptionSet.Builder |
UaOptionSet.toBuilder()
Creates a new
UaOptionSet.Builder with set options that are set in this instance. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessLevelExType.Builder |
static class |
AccessLevelType.Builder |
static class |
AccessRestrictionType.Builder |
static class |
AlarmMask.Builder |
static class |
AttributeWriteMask.Builder |
static class |
DataSetFieldContentMask.Builder |
static class |
DataSetFieldFlags.Builder |
static class |
EventNotifierType.Builder |
static class |
JsonDataSetMessageContentMask.Builder |
static class |
JsonNetworkMessageContentMask.Builder |
static class |
LldpSystemCapabilitiesMap.Builder |
static class |
LogRecordMask.Builder |
static class |
OptionSet.Builder
Base for Structure-OptionSet builders.
|
static class |
PasswordOptionsMask.Builder |
static class |
PermissionType.Builder |
static class |
PubSubConfigurationRefMask.Builder |
static class |
TrustListValidationOptions.Builder |
static class |
UadpDataSetMessageContentMask.Builder |
static class |
UadpNetworkMessageContentMask.Builder |
static class |
UserConfigurationMask.Builder |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OptionSetSpecification.Builder<T extends UaOptionSet.Builder>
Builder for
OptionSetSpecification. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OptionSetStructure.Builder
Builder for
OptionSetStructure. |
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicUIntOptionSet.Builder
Builder class for
DynamicUIntOptionSet. |
| Modifier and Type | Method and Description |
|---|---|
UaOptionSet.Builder |
OptionSetSpecification.toInstanceBuilder()
Creates a
UaOptionSet.Builder implementation that creates Structures that match this
specification. |
| Modifier and Type | Method and Description |
|---|---|
static OptionSetSpecification.Builder<UaOptionSet.Builder> |
OptionSetSpecification.builder()
Creates a new
OptionSetSpecification.Builder. |
Function<UaDataTypeSpecification,? extends UaOptionSet.Builder> |
OptionSetSpecification.getBuilderSupplier()
Returns value set by
OptionSetSpecification.Builder.setBuilderSupplier(Function). |
Copyright © 2026. All rights reserved.