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