Uses of Class
org.opcfoundation.ua.core.RelativePath

Packages that use RelativePath
org.opcfoundation.ua.core All the code in this package are codegenerated. 
 

Uses of RelativePath in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as RelativePath
protected  RelativePath AttributeOperand.BrowsePath
           
protected  RelativePath QueryDataDescription.RelativePath
           
protected  RelativePath BrowsePath.RelativePath
           
 

Methods in org.opcfoundation.ua.core that return RelativePath
 RelativePath RelativePath.clone()
          Deep clone
 RelativePath AttributeOperand.getBrowsePath()
           
 RelativePath QueryDataDescription.getRelativePath()
           
 RelativePath BrowsePath.getRelativePath()
           
 

Methods in org.opcfoundation.ua.core with parameters of type RelativePath
 void AttributeOperand.setBrowsePath(RelativePath BrowsePath)
           
 void QueryDataDescription.setRelativePath(RelativePath RelativePath)
           
 void BrowsePath.setRelativePath(RelativePath RelativePath)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type RelativePath
AttributeOperand(NodeId NodeId, String Alias, RelativePath BrowsePath, UnsignedInteger AttributeId, String IndexRange)
           
BrowsePath(NodeId StartingNode, RelativePath RelativePath)
           
QueryDataDescription(RelativePath RelativePath, UnsignedInteger AttributeId, String IndexRange)
           
 



Copyright © 2018. All rights reserved.