Uses of Class
com.prosysopc.ua.UaQualifiedName

Packages that use UaQualifiedName
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.server.instantiation Classes the SDK uses internally for building UaNode instances based on address space. 
 

Uses of UaQualifiedName in com.prosysopc.ua
 

Methods in com.prosysopc.ua that return UaQualifiedName
static UaQualifiedName UaQualifiedName.from(org.opcfoundation.ua.builtintypes.QualifiedName qualifiedName, org.opcfoundation.ua.common.NamespaceTable namespaceTable)
          Converts a QualifiedName to UaQualifiedName in the context of a NamespaceTable.
static UaQualifiedName UaQualifiedName.from(String namespaceUri, String name)
          Creates an UaQualifiedName with the given NamespaceUri and name parts.
static UaQualifiedName UaQualifiedName.standard(String name)
          Creates a new UaQualifiedName for a name in the OPC UA Standard namepsace.
 

Methods in com.prosysopc.ua with parameters of type UaQualifiedName
static UaBrowsePath UaBrowsePath.from(org.opcfoundation.ua.builtintypes.ExpandedNodeId startingNode, UaQualifiedName... pathElements)
           
static UaBrowsePath UaBrowsePath.from(UaNodeId startingNode, UaQualifiedName... pathElements)
           
static UaRelativePath UaRelativePath.from(UaQualifiedName... elements)
          Create a UaRelativePath from the given UaQualifiedName elements.
 

Uses of UaQualifiedName in com.prosysopc.ua.server.instantiation
 

Methods in com.prosysopc.ua.server.instantiation with parameters of type UaQualifiedName
 void TypeDefinitionBasedNodeBuilderConfiguration.Builder.addOptional(UaQualifiedName browseName)
          Mark optional nodes to be instantiated.
 



Copyright © 2018. All rights reserved.