| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PubSubFieldMetaDataConf> |
PubSubDataSetMetaDataConf.Builder.fields |
static PubSubConfListFieldSpecification<PubSubFieldMetaDataConf> |
PubSubDataSetMetaDataConf.Fields.Fields |
| Modifier and Type | Method and Description |
|---|---|
PubSubFieldMetaDataConf |
PubSubFieldMetaDataConf.Builder.build()
Returns an instance of
PubSubFieldMetaDataConf with the values given to this builder. |
PubSubFieldMetaDataConf |
PubSubFieldMetaDataConf.withBuiltInType(UnsignedByte builtInType) |
PubSubFieldMetaDataConf |
PubSubFieldMetaDataConf.withDataSetFieldId(UUID dataSetFieldId) |
PubSubFieldMetaDataConf |
PubSubFieldMetaDataConf.withDataType(UaNode node) |
PubSubFieldMetaDataConf |
PubSubFieldMetaDataConf.withDataType(UaNodeId dataType) |
PubSubFieldMetaDataConf |
PubSubFieldMetaDataConf.withDescription(LocalizedText description) |
PubSubFieldMetaDataConf |
PubSubFieldMetaDataConf.withName(String name) |
PubSubFieldMetaDataConf |
PubSubFieldMetaDataConf.withValueRank(Integer valueRank) |
| Modifier and Type | Method and Description |
|---|---|
List<PubSubFieldMetaDataConf> |
PubSubDataSetMetaDataConf.getFields() |
List<PubSubFieldMetaDataConf> |
PubSubDataSetMetaDataConf.Builder.getFields() |
| Modifier and Type | Method and Description |
|---|---|
PubSubDataSetMetaDataConf.Builder |
PubSubDataSetMetaDataConf.Builder.addFields(PubSubFieldMetaDataConf fields)
Adds the value as an element for
PubSubDataSetMetaDataConf.getFields(). |
Copyright © 2026. All rights reserved.