Uses of Class
org.apache.plc4x.java.opcua.readwrite.FilterOperator
-
Packages that use FilterOperator Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of FilterOperator in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as FilterOperator Modifier and Type Field Description protected FilterOperatorContentFilterElement. filterOperatorMethods in org.apache.plc4x.java.opcua.readwrite that return FilterOperator Modifier and Type Method Description static FilterOperatorFilterOperator. enumForValue(long value)FilterOperatorContentFilterElement. getFilterOperator()static FilterOperatorFilterOperator. valueOf(String name)Returns 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 FilterOperator Constructor Description ContentFilterElement(FilterOperator filterOperator, int noOfFilterOperands, List<ExtensionObject> filterOperands)ContentFilterElementBuilderImpl(FilterOperator filterOperator, int noOfFilterOperands, List<ExtensionObject> filterOperands)
-