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

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

Uses of OpenFileMode in org.opcfoundation.ua.core
 

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

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

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

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



Copyright © 2018. All rights reserved.