Uses of Enum
de.gwdg.metadataqa.marc.utils.parser.BooleanContainer.Op
Packages that use BooleanContainer.Op
-
Uses of BooleanContainer.Op in de.gwdg.metadataqa.marc.utils.parser
Methods in de.gwdg.metadataqa.marc.utils.parser that return BooleanContainer.OpModifier and TypeMethodDescriptionBooleanContainer.getOp()static BooleanContainer.OpReturns 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.OpConstructors in de.gwdg.metadataqa.marc.utils.parser with parameters of type BooleanContainer.OpModifierConstructorDescriptionBooleanContainer(BooleanContainer.Op op, List<BooleanContainer<T>> children)