Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.FilterOperator
Packages that use FilterOperator
Package
Description
-
Uses of FilterOperator in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return FilterOperatorModifier and TypeMethodDescriptionstatic @Nullable FilterOperatorFilterOperator.from(int value) static FilterOperatorReturns the enum constant of this class with the specified name.static FilterOperator[]FilterOperator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FilterOperator in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return FilterOperatorConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type FilterOperatorModifierConstructorDescriptionContentFilterElement(FilterOperator filterOperator, ExtensionObject @Nullable [] filterOperands)