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

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

Uses of RedundancySupport in org.opcfoundation.ua.core
 

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

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



Copyright © 2018. All rights reserved.