| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static PublisherId.Type |
PublisherId.Type.getByName(String name)
Returns the
PublisherId.Type whose getName() matches the given name or null if not
found. |
PublisherId.Type |
PublisherId.getType()
Returns the type of the PublisherId, not null.
|
static PublisherId.Type |
PublisherId.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherId.Type[] |
PublisherId.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PublisherId |
PublisherId.of(PublisherId.Type type,
Object value) |
Copyright © 2026. All rights reserved.