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

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

Uses of AttributeWriteMask in org.opcfoundation.ua.core
 

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

Methods in org.opcfoundation.ua.core that return AttributeWriteMask
static AttributeWriteMask AttributeWriteMask.valueOf(int value)
           
static AttributeWriteMask[] AttributeWriteMask.valueOf(int[] value)
           
static AttributeWriteMask AttributeWriteMask.valueOf(Integer value)
           
static AttributeWriteMask[] AttributeWriteMask.valueOf(Integer[] value)
           
static AttributeWriteMask AttributeWriteMask.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeWriteMask AttributeWriteMask.valueOf(UnsignedInteger value)
           
static AttributeWriteMask[] AttributeWriteMask.valueOf(UnsignedInteger[] value)
           
static AttributeWriteMask[] AttributeWriteMask.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 AttributeWriteMask
static EnumSet<AttributeWriteMask> AttributeWriteMask.getSet(int mask)
           
static EnumSet<AttributeWriteMask> AttributeWriteMask.getSet(UnsignedInteger mask)
           
 

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

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



Copyright © 2018. All rights reserved.