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

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

Uses of HistoryUpdateType in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as HistoryUpdateType
protected  HistoryUpdateType ModificationInfo.UpdateType
           
 

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

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

Methods in org.opcfoundation.ua.core with parameters of type HistoryUpdateType
static UnsignedInteger HistoryUpdateType.getMask(HistoryUpdateType... list)
           
 void ModificationInfo.setUpdateType(HistoryUpdateType UpdateType)
           
 

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

Constructors in org.opcfoundation.ua.core with parameters of type HistoryUpdateType
ModificationInfo(DateTime ModificationTime, HistoryUpdateType UpdateType, String UserName)
           
 



Copyright © 2018. All rights reserved.