public static class DataTypeTree.DataType extends Object
| Constructor and Description |
|---|
DataType(QualifiedName browseName,
NodeId nodeId,
NodeId binaryEncodingId,
NodeId xmlEncodingId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable NodeId |
getBinaryEncodingId()
Get the
NodeId of the Binary Encoding Node for this DataType, if it exists. |
QualifiedName |
getBrowseName()
Get the Browse Name of this DataType.
|
NodeId |
getNodeId()
Get the
NodeId of this DataType. |
@Nullable NodeId |
getXmlEncodingId()
Get the
NodeId of the XML Encoding Node for this DataType, if it exists. |
int |
hashCode() |
String |
toString() |
public DataType(QualifiedName browseName, NodeId nodeId, NodeId binaryEncodingId, NodeId xmlEncodingId)
public QualifiedName getBrowseName()
public NodeId getNodeId()
NodeId of this DataType.NodeId of this DataType.@Nullable public @Nullable NodeId getBinaryEncodingId()
NodeId of the Binary Encoding Node for this DataType, if it exists.
Only Structured DataTypes have encoding ids.
@Nullable public @Nullable NodeId getXmlEncodingId()
NodeId of the XML Encoding Node for this DataType, if it exists.
Only Structured DataTypes have encoding ids.
Copyright © 2025. All rights reserved.