Uses of Class
de.gwdg.metadataqa.marc.utils.pica.path.Subfields.Type
-
Packages that use Subfields.Type Package Description de.gwdg.metadataqa.marc.utils.pica.path -
-
Uses of Subfields.Type in de.gwdg.metadataqa.marc.utils.pica.path
Methods in de.gwdg.metadataqa.marc.utils.pica.path that return Subfields.Type Modifier and Type Method Description Subfields.TypeSubfields. getType()static Subfields.TypeSubfields.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Subfields.Type[]Subfields.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gwdg.metadataqa.marc.utils.pica.path with parameters of type Subfields.Type Constructor Description Subfields(Subfields.Type type, String input)
-