Uses of Class
de.gwdg.metadataqa.marc.definition.controltype.Control007Category
-
Packages that use Control007Category Package Description de.gwdg.metadataqa.marc de.gwdg.metadataqa.marc.definition.controlpositions de.gwdg.metadataqa.marc.definition.controltype -
-
Uses of Control007Category in de.gwdg.metadataqa.marc
Methods in de.gwdg.metadataqa.marc that return Control007Category Modifier and Type Method Description Control007CategoryControl007. getCategory() -
Uses of Control007Category in de.gwdg.metadataqa.marc.definition.controlpositions
Methods in de.gwdg.metadataqa.marc.definition.controlpositions with parameters of type Control007Category Modifier and Type Method Description List<ControlfieldPositionDefinition>Control007Positions. get(Control007Category category) -
Uses of Control007Category in de.gwdg.metadataqa.marc.definition.controltype
Methods in de.gwdg.metadataqa.marc.definition.controltype that return Control007Category Modifier and Type Method Description static Control007CategoryControl007Category. byCode(String code)static Control007CategoryControl007Category. valueOf(String name)Returns the enum constant of this type with the specified name.static Control007Category[]Control007Category. values()Returns an array containing the constants of this enum type, in the order they are declared.
-