Uses of Class
com.prosysopc.ua.typedictionary.FieldSpecification

Packages that use FieldSpecification
com.prosysopc.ua.typedictionary Dynamic Structure handing based on TypeDictionarys read from the server address space. 
 

Uses of FieldSpecification in com.prosysopc.ua.typedictionary
 

Methods in com.prosysopc.ua.typedictionary that return types with arguments of type FieldSpecification
 List<FieldSpecification> StructureSpecification.getFields()
          Returns the fields as unmodifiable list.
 List<FieldSpecification> DynamicStructure.getFields()
          Returns the fields of the Structure as unmodifiable list.
 

Methods in com.prosysopc.ua.typedictionary with parameters of type FieldSpecification
 Object DynamicStructure.get(FieldSpecification field)
          Get the value of the given field.
 void DynamicStructure.set(FieldSpecification field, Object value)
          Sets a new value for a field.
 

Constructor parameters in com.prosysopc.ua.typedictionary with type arguments of type FieldSpecification
StructureSpecification(String name, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId binaryEncodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId xmlEncodeId, org.opcfoundation.ua.builtintypes.NodeId dataTypeId, List<FieldSpecification> fields, StructureSpecification.StructureType structureType)
           
 



Copyright © 2018. All rights reserved.