Uses of Class
de.gwdg.metadataqa.marc.utils.DataElementType
-
Packages that use DataElementType Package Description de.gwdg.metadataqa.marc.utils -
-
Uses of DataElementType in de.gwdg.metadataqa.marc.utils
Methods in de.gwdg.metadataqa.marc.utils that return DataElementType Modifier and Type Method Description static DataElementTypeDataElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataElementType[]DataElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gwdg.metadataqa.marc.utils that return types with arguments of type DataElementType Modifier and Type Method Description static Counter<DataElementType>DataElementsStatictics. count()
-