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

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

Uses of EnumerationSpecification in com.prosysopc.ua.typedictionary
 

Methods in com.prosysopc.ua.typedictionary that return EnumerationSpecification
 EnumerationSpecification FieldSpecification.getEnumerationSpecification()
          If this field's datatype is a custom Enumeration, then this method returns the specification for it.
 

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



Copyright © 2018. All rights reserved.