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

Packages that use NodeAttributesMask
org.opcfoundation.ua.core All the code in this package are codegenerated. 
 

Uses of NodeAttributesMask in org.opcfoundation.ua.core
 

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

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

Methods in org.opcfoundation.ua.core that return types with arguments of type NodeAttributesMask
static EnumSet<NodeAttributesMask> NodeAttributesMask.getSet(int mask)
           
static EnumSet<NodeAttributesMask> NodeAttributesMask.getSet(UnsignedInteger mask)
           
 

Methods in org.opcfoundation.ua.core with parameters of type NodeAttributesMask
static UnsignedInteger NodeAttributesMask.getMask(NodeAttributesMask... list)
           
 

Method parameters in org.opcfoundation.ua.core with type arguments of type NodeAttributesMask
static UnsignedInteger NodeAttributesMask.getMask(Collection<NodeAttributesMask> list)
           
 



Copyright © 2018. All rights reserved.