Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.DataChangeTrigger
Packages that use DataChangeTrigger
Package
Description
-
Uses of DataChangeTrigger in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return DataChangeTriggerModifier and TypeMethodDescriptionstatic @Nullable DataChangeTriggerDataChangeTrigger.from(int value) static DataChangeTriggerReturns the enum constant of this class with the specified name.static DataChangeTrigger[]DataChangeTrigger.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DataChangeTrigger in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return DataChangeTriggerConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type DataChangeTriggerModifierConstructorDescriptionDataChangeFilter(DataChangeTrigger trigger, UInteger deadbandType, Double deadbandValue)