Uses of Class
de.gwdg.metadataqa.marc.utils.parser.BooleanContainer.Op
-
Packages that use BooleanContainer.Op Package Description de.gwdg.metadataqa.marc.utils.parser -
-
Uses of BooleanContainer.Op in de.gwdg.metadataqa.marc.utils.parser
Methods in de.gwdg.metadataqa.marc.utils.parser that return BooleanContainer.Op Modifier and Type Method Description BooleanContainer.OpBooleanContainer. getOp()static BooleanContainer.OpBooleanContainer.Op. valueOf(String name)Returns the enum constant of this type with the specified name.static BooleanContainer.Op[]BooleanContainer.Op. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gwdg.metadataqa.marc.utils.parser with parameters of type BooleanContainer.Op Modifier and Type Method Description voidBooleanContainer. setOp(BooleanContainer.Op op)Constructors in de.gwdg.metadataqa.marc.utils.parser with parameters of type BooleanContainer.Op Constructor Description BooleanContainer(BooleanContainer.Op op, List<BooleanContainer<T>> children)
-