Uses of Class
com.prosysopc.ua.typedictionary.StructureSpecification.StructureType

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

Uses of StructureSpecification.StructureType in com.prosysopc.ua.typedictionary
 

Methods in com.prosysopc.ua.typedictionary that return StructureSpecification.StructureType
 StructureSpecification.StructureType StructureSpecification.getStructureType()
           
static StructureSpecification.StructureType StructureSpecification.StructureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StructureSpecification.StructureType[] StructureSpecification.StructureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.prosysopc.ua.typedictionary with parameters of type StructureSpecification.StructureType
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.