public interface ReferenceType
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
getBrowseName() |
Optional<String> |
getInverseName() |
NodeId |
getNodeId() |
Optional<NodeId> |
getSuperTypeId() |
boolean |
isAbstract() |
boolean |
isSymmetric() |
NodeId getNodeId()
NodeId that identifies this ReferenceType.QualifiedName getBrowseName()
QualifiedName that identifies this ReferenceType.Optional<String> getInverseName()
boolean isSymmetric()
true if the reference is the same as seen from the source node and the target node.boolean isAbstract()
true if the reference is an abstract reference type, i.e. no references of this type exist, only
references of its subtypes.Copyright © 2025. All rights reserved.