| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonCodegenModel
A
CodegenModel for elements that are common to both client and server side (or PubSub). |
| Modifier and Type | Method and Description |
|---|---|
abstract CodegenModel |
CodegenModel.Builder.build() |
CodegenModel |
CodegenModelProvider.get() |
| Modifier and Type | Method and Description |
|---|---|
T |
CodegenModel.Builder.addAll(CodegenModel other)
Adds data from the given
CodegenModel to this; the DataTypeDictionary of the other
model is skipped. |
protected void |
UaApplication.registerModelInternal(CodegenModel codegenModel)
Register an information model to use in the application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCodegenModel
Client side
CodegenModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerCodegenModel
Server side
CodegenModel. |
Copyright © 2026. All rights reserved.