Uses of Class
org.apache.plc4x.java.opcua.readwrite.HistoryUpdateType
-
Packages that use HistoryUpdateType Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of HistoryUpdateType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as HistoryUpdateType Modifier and Type Field Description protected HistoryUpdateTypeModificationInfo. updateTypeMethods in org.apache.plc4x.java.opcua.readwrite that return HistoryUpdateType Modifier and Type Method Description static HistoryUpdateTypeHistoryUpdateType. enumForValue(long value)HistoryUpdateTypeModificationInfo. getUpdateType()static HistoryUpdateTypeHistoryUpdateType. valueOf(String name)Returns 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 HistoryUpdateType Constructor Description ModificationInfo(long modificationTime, HistoryUpdateType updateType, PascalString userName)ModificationInfoBuilderImpl(long modificationTime, HistoryUpdateType updateType, PascalString userName)
-