Uses of Class
org.opcfoundation.ua.encoding.EncodeType

Packages that use EncodeType
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.encoding This folder contains serialization interfaces and serialization implementations 
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
org.opcfoundation.ua.encoding.utils Utility classes for encoding 
 

Uses of EncodeType in org.opcfoundation.ua.builtintypes
 

Methods in org.opcfoundation.ua.builtintypes that return EncodeType
 EncodeType ExtensionObject.getEncodeType()
          Getter for the field encodeType.
 

Uses of EncodeType in org.opcfoundation.ua.encoding
 

Methods in org.opcfoundation.ua.encoding that return EncodeType
static EncodeType EncodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncodeType[] EncodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.opcfoundation.ua.encoding with parameters of type EncodeType
 NodeId EncoderContext.getEncodeableNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getEncodeableNodeId.
 

Uses of EncodeType in org.opcfoundation.ua.encoding.binary
 

Methods in org.opcfoundation.ua.encoding.binary with parameters of type EncodeType
 ExpandedNodeId IEncodeableSerializer.getNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getNodeId.
 ExpandedNodeId EncodeableReflectionSerializer.getNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getNodeId.
 

Uses of EncodeType in org.opcfoundation.ua.encoding.utils
 

Methods in org.opcfoundation.ua.encoding.utils with parameters of type EncodeType
 ExpandedNodeId SerializerComposition.getNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getNodeId.
 ExpandedNodeId AbstractSerializer.getNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getNodeId.
 



Copyright © 2018. All rights reserved.