public static enum PublisherId.Type extends Enum<PublisherId.Type>
PublisherIds.| Enum Constant and Description |
|---|
STRING |
UINT16 |
UINT32 |
UINT64 |
UINT8 |
| Modifier and Type | Method and Description |
|---|---|
static PublisherId.Type |
getByName(String name)
Returns the
PublisherId.Type whose getName() matches the given name or null if not
found. |
UaNodeId |
getDataTypeId()
Returns the OPC UA NodeId for the type.
|
Class<?> |
getJavaClass()
Returns the java
Class for the type. |
String |
getName()
Returns the name of the type.
|
static PublisherId.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherId.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherId.Type STRING
public static final PublisherId.Type UINT8
public static final PublisherId.Type UINT16
public static final PublisherId.Type UINT32
public static final PublisherId.Type UINT64
public static PublisherId.Type[] values()
for (PublisherId.Type c : PublisherId.Type.values()) System.out.println(c);
public static PublisherId.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PublisherId.Type getByName(String name)
PublisherId.Type whose getName() matches the given name or null if not
found.public UaNodeId getDataTypeId()
public String getName()
Copyright © 2026. All rights reserved.