Uses of Class
de.gwdg.metadataqa.marc.model.kos.KosType
-
Packages that use KosType Package Description de.gwdg.metadataqa.marc.cli.utils de.gwdg.metadataqa.marc.model.kos -
-
Uses of KosType in de.gwdg.metadataqa.marc.cli.utils
Methods in de.gwdg.metadataqa.marc.cli.utils that return KosType Modifier and Type Method Description KosTypeSchema. getType() -
Uses of KosType in de.gwdg.metadataqa.marc.model.kos
Methods in de.gwdg.metadataqa.marc.model.kos that return KosType Modifier and Type Method Description KosTypeKos. getType()static KosTypeKosType. valueOf(String name)Returns the enum constant of this type with the specified name.static KosType[]KosType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gwdg.metadataqa.marc.model.kos with parameters of type KosType Constructor Description Kos(String abbreviation, int bartocId, KosType type)
-