Uses of Class
de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.Operator
-
Packages that use Operator Package Description de.gwdg.metadataqa.marc.cli.utils.ignorablerecords -
-
Uses of Operator in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords
Methods in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords that return Operator Modifier and Type Method Description static OperatorOperator. byCode(String operator)OperatorCriteriumPica. getOperator()static OperatorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords with parameters of type Operator Constructor Description CriteriumPica(PicaPath path, Operator operator, String value)
-