Uses of Class
com.prosysopc.ua.UaNodeId

Packages that use UaNodeId
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.typedictionary Dynamic Structure handing based on TypeDictionarys read from the server address space. 
 

Uses of UaNodeId in com.prosysopc.ua
 

Methods in com.prosysopc.ua that return UaNodeId
static UaNodeId UaNodeId.from(String namespaceUri, Object value)
          Creates new UaNodeId from NamespaceUri and a value.
static UaNodeId UaNodeId.fromLocal(org.opcfoundation.ua.builtintypes.ExpandedNodeId expandedNodeId)
          Converts an ExpandedNodeId to UaNodeId.
static UaNodeId UaNodeId.fromLocal(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.common.NamespaceTable namespaceTable)
          Converts a NodeId to UaNodeId in the context of a NamespaceTable.
 UaNodeId UaBrowsePath.getStartingNode()
           
 

Methods in com.prosysopc.ua with parameters of type UaNodeId
static UaBrowsePath UaBrowsePath.from(UaNodeId startingNode, UaQualifiedName... pathElements)
           
static UaBrowsePath UaBrowsePath.from(UaNodeId startingNode, UaRelativePath relativePath)
           
 

Uses of UaNodeId in com.prosysopc.ua.typedictionary
 

Methods in com.prosysopc.ua.typedictionary that return UaNodeId
 UaNodeId GeneratedDataTypeDictionary.dataTypeIdForType(String namespace, String typeName)
           
 UaNodeId DataTypeDictionaryComposition.dataTypeIdForType(String namespace, String typeName)
           
 UaNodeId DataTypeDictionary.dataTypeIdForType(String namespace, String typeName)
          Returns UaNodeId pointing to the DataType node of the given parameters.
 UaNodeId FieldSpecification.getDataTypeId()
          Returns the DataType node's NodeId of the UA type of this field.
 

Methods in com.prosysopc.ua.typedictionary with parameters of type UaNodeId
 Class<?> GeneratedDataTypeDictionary.javaClassForType(UaNodeId typeId)
           
 Class<?> DataTypeDictionaryComposition.javaClassForType(UaNodeId typeId)
           
 Class<?> DataTypeDictionary.javaClassForType(UaNodeId typeId)
          Return java class for given parameters.
 

Constructors in com.prosysopc.ua.typedictionary with parameters of type UaNodeId
FieldSpecification(String name, Class<?> javaClass, boolean isOptional, DynamicStructureSerializer serializer, boolean isArray, EnumerationSpecification enumerationSpecification, UaNodeId dataTypeId)
          Create new FieldSpecification.
 



Copyright © 2018. All rights reserved.