| 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.typedictionary |
Dynamic
Structure handing based on
TypeDictionarys read from the server address space. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteOptionSetDataType<T extends Enum<T> & BitPosition> |
interface |
OptionSetDataType<T extends Enum<T> & BitPosition,S extends Number>
Representation of OptionSets that are subtypes of OPC UA UInteger.
|
interface |
UaOptionSet
Interface for all UInteger and 'OptionSet-Structure' based OptionSet implementations.While it
doesn't implement
Set, it can be thought to be a Set of Options (that can be obtained via
UaOptionSet.specification() + OptionSetSpecification.getOptions(). |
interface |
UInt16OptionSetDataType<T extends Enum<T> & BitPosition> |
interface |
UInt32OptionSetDataType<T extends Enum<T> & BitPosition> |
interface |
UInt64OptionSetDataType<T extends Enum<T> & BitPosition> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOptionSetDataType<T extends Enum<T> & OptionSpecification,S extends Number,U extends AbstractOptionSetDataType<T,S,U,V>,V extends AbstractOptionSetDataType.AbstractBuilder<T>>
This class is designed to be subtyped by Codegen classes only.
|
| Modifier and Type | Field and Description |
|---|---|
protected BitField |
AbstractOptionSetDataType.delegate |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Enum<T> & OptionSpecification> |
AbstractOptionSetDataType.computeBitField(AbstractOptionSetDataType<T,?,?,?>... values) |
protected static BitField |
AbstractOptionSetDataType.computeBitField(BitField values) |
protected static BitField |
AbstractOptionSetDataType.computeBitField(BitSet values) |
protected static BitField |
AbstractOptionSetDataType.computeBitField(int... setBits) |
protected static <T extends Enum<T> & BitPosition> |
AbstractOptionSetDataType.computeBitField(Iterable<T> fields) |
protected static <T extends Enum<T> & BitPosition> |
AbstractOptionSetDataType.computeBitField(T... fields) |
protected static BitField |
AbstractOptionSetDataType.computeBitFieldFixedSize(int size,
int... setBits) |
| Modifier and Type | Method and Description |
|---|---|
protected static BitField |
AbstractOptionSetDataType.computeBitField(BitField values) |
| Constructor and Description |
|---|
AbstractOptionSetDataType(BitField delegate,
Class<T> optionClass,
Class<S> builtInTypeClass,
UaNodeId baseDataTypeId,
int sizeInBits)
Internal constructor, should only be called by Codegen code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteString
This primitive DataType specifies an immutable ByteString, similar as String but for bytes.
|
class |
StatusCode
A numeric identifier for a error or condition that is associated with a value or an operation.
|
class |
UnsignedByte
UnsignedByte represents an integer number value between 0 ..
|
class |
UnsignedInteger
Unsigned Integer represents an integer number value between 0 ..
|
class |
UnsignedLong
Unsigned Long represents an integer number value between 0 ..
|
class |
UnsignedShort
UnsignedShort represents an integer number value between 0 ..
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessLevelExType
Generated on 2026-02-24 10:23:17
|
class |
AccessLevelType
Generated on 2026-02-24 10:23:17
|
class |
AccessRestrictionType
Generated on 2026-02-24 10:23:17
|
class |
AlarmMask
Generated on 2026-02-24 10:23:17
|
class |
AttributeWriteMask
Generated on 2026-02-24 10:23:17
|
class |
DataSetFieldContentMask
Generated on 2026-02-24 10:23:17
|
class |
DataSetFieldFlags
Generated on 2026-02-24 10:23:17
|
class |
EventNotifierType
Generated on 2026-02-24 10:23:17
|
class |
JsonDataSetMessageContentMask
Generated on 2026-02-24 10:23:17
|
class |
JsonNetworkMessageContentMask
Generated on 2026-02-24 10:23:17
|
class |
LldpSystemCapabilitiesMap
Generated on 2026-02-24 10:23:17
|
class |
LogRecordMask
Generated on 2026-02-24 10:23:17
|
class |
OptionSet
Base for all OptionSets that are Structures (there are also UInteger-based OptionSets).
|
class |
PasswordOptionsMask
Generated on 2026-02-24 10:23:17
|
class |
PermissionType
Generated on 2026-02-24 10:23:17
|
class |
PubSubConfigurationRefMask
Generated on 2026-02-24 10:23:17
|
class |
TrustListValidationOptions
Generated on 2026-02-24 10:23:17
|
class |
UadpDataSetMessageContentMask
Generated on 2026-02-24 10:23:17
|
class |
UadpNetworkMessageContentMask
Generated on 2026-02-24 10:23:17
|
class |
UserConfigurationMask
Generated on 2026-02-24 10:23:17
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OptionSetStructure
Models 'OptionSet' Structure types, who are both Structures and have OptionSetValues Property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicUIntOptionSet
Models non-Codegen 'OptionSet's that are subtypes of UInteger types.
|
Copyright © 2026. All rights reserved.