Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.HistoryUpdateType
Packages that use HistoryUpdateType
Package
Description
-
Uses of HistoryUpdateType in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return HistoryUpdateTypeModifier and TypeMethodDescriptionstatic @Nullable HistoryUpdateTypeHistoryUpdateType.from(int value) static HistoryUpdateTypeReturns the enum constant of this class with the specified name.static HistoryUpdateType[]HistoryUpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HistoryUpdateType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return HistoryUpdateTypeConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type HistoryUpdateTypeModifierConstructorDescriptionModificationInfo(DateTime modificationTime, HistoryUpdateType updateType, @Nullable String userName)