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

Packages that use IdType
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
 

Uses of IdType in org.opcfoundation.ua.builtintypes
 

Methods in org.opcfoundation.ua.builtintypes that return IdType
 IdType NodeReference.getIdType()
          getIdType.
 IdType NodeId.getIdType()
           
 IdType ExpandedNodeId.getIdType()
          getIdType.
 

Methods in org.opcfoundation.ua.builtintypes with parameters of type IdType
static NodeId NodeId.get(IdType type, int namespaceIndex, Object value)
           
 

Uses of IdType in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core with type parameters of type IdType
static EnumSet<IdType> IdType.ALL
           
static EnumSet<IdType> IdType.NONE
           
 

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

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

Methods in org.opcfoundation.ua.encoding.binary that return IdType
 IdType NodeIdEncoding.toIdentifierType()
          toIdentifierType.
 



Copyright © 2018. All rights reserved.