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

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

Uses of PerformUpdateType in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as PerformUpdateType
protected  PerformUpdateType UpdateStructureDataDetails.PerformInsertReplace
           
protected  PerformUpdateType UpdateEventDetails.PerformInsertReplace
           
protected  PerformUpdateType UpdateDataDetails.PerformInsertReplace
           
 

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

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

Methods in org.opcfoundation.ua.core with parameters of type PerformUpdateType
static UnsignedInteger PerformUpdateType.getMask(PerformUpdateType... list)
           
 void UpdateStructureDataDetails.setPerformInsertReplace(PerformUpdateType PerformInsertReplace)
           
 void UpdateEventDetails.setPerformInsertReplace(PerformUpdateType PerformInsertReplace)
           
 void UpdateDataDetails.setPerformInsertReplace(PerformUpdateType PerformInsertReplace)
           
 

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

Constructors in org.opcfoundation.ua.core with parameters of type PerformUpdateType
UpdateDataDetails(NodeId NodeId, PerformUpdateType PerformInsertReplace, DataValue[] UpdateValues)
           
UpdateEventDetails(NodeId NodeId, PerformUpdateType PerformInsertReplace, EventFilter Filter, HistoryEventFieldList[] EventData)
           
UpdateStructureDataDetails(NodeId NodeId, PerformUpdateType PerformInsertReplace, DataValue[] UpdateValues)
           
 



Copyright © 2018. All rights reserved.