Uses of Class
de.digitalcollections.model.filter.FilterOperation.OperandCount
-
Packages that use FilterOperation.OperandCount Package Description de.digitalcollections.model.filter -
-
Uses of FilterOperation.OperandCount in de.digitalcollections.model.filter
Methods in de.digitalcollections.model.filter that return FilterOperation.OperandCount Modifier and Type Method Description FilterOperation.OperandCountFilterOperation. getOperandCount()static FilterOperation.OperandCountFilterOperation.OperandCount. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterOperation.OperandCount[]FilterOperation.OperandCount. values()Returns an array containing the constants of this enum type, in the order they are declared.
-