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

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

Uses of DeadbandType in org.opcfoundation.ua.core
 

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

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



Copyright © 2018. All rights reserved.