Uses of Enum
org.apache.plc4x.java.opcua.readwrite.HistoryUpdateType
Packages that use HistoryUpdateType
-
Uses of HistoryUpdateType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as HistoryUpdateTypeMethods in org.apache.plc4x.java.opcua.readwrite that return HistoryUpdateTypeModifier and TypeMethodDescriptionstatic HistoryUpdateTypeHistoryUpdateType.enumForValue(long value) ModificationInfo.getUpdateType()static HistoryUpdateTypeReturns the enum constant of this type with the specified name.static HistoryUpdateType[]HistoryUpdateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type HistoryUpdateTypeModifierConstructorDescriptionModificationInfo(long modificationTime, HistoryUpdateType updateType, PascalString userName) ModificationInfoBuilder(long modificationTime, HistoryUpdateType updateType, PascalString userName)