public class QualifiedProperty<T> extends Object
| Constructor and Description |
|---|
QualifiedProperty(String namespaceUri,
String browseName,
ExpandedNodeId dataType,
Integer valueRank,
Class<T> javaType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable UInteger[] |
getArrayDimensions() |
String |
getBrowseName() |
ExpandedNodeId |
getDataType() |
Class<T> |
getJavaType() |
String |
getNamespaceUri() |
Optional<QualifiedName> |
getQualifiedName(NamespaceTable namespaceTable)
Get the
QualifiedName of this property. |
Integer |
getValueRank() |
int |
hashCode() |
String |
toString() |
public String getNamespaceUri()
public String getBrowseName()
public ExpandedNodeId getDataType()
public Integer getValueRank()
@Nullable public @Nullable UInteger[] getArrayDimensions()
public Optional<QualifiedName> getQualifiedName(NamespaceTable namespaceTable)
QualifiedName of this property.
The namespaceUri must be present in namespaceTable or an empty Optional will be returned.
namespaceTable - the NamespaceTable containing the namespace URIs and their indices.QualifiedName of this property, or an empty Optional if the namespace URI is not
present in namespaceTable.Copyright © 2025. All rights reserved.