Uses of Enum
org.apache.plc4x.java.opcua.readwrite.FilterOperator
Packages that use FilterOperator
-
Uses of FilterOperator in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as FilterOperatorModifier and TypeFieldDescriptionprotected final FilterOperatorContentFilterElement.filterOperatorMethods in org.apache.plc4x.java.opcua.readwrite that return FilterOperatorModifier and TypeMethodDescriptionstatic FilterOperatorFilterOperator.enumForValue(long value) ContentFilterElement.getFilterOperator()static FilterOperatorReturns the enum constant of this type with the specified name.static FilterOperator[]FilterOperator.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 FilterOperatorModifierConstructorDescriptionContentFilterElement(FilterOperator filterOperator, int noOfFilterOperands, List<ExtensionObject> filterOperands) ContentFilterElementBuilder(FilterOperator filterOperator, int noOfFilterOperands, List<ExtensionObject> filterOperands)