Uses of Class
org.gbif.api.util.validators.identifierschemes.IdentifierScheme
-
Packages that use IdentifierScheme Package Description org.gbif.api.util.validators.identifierschemes -
-
Uses of IdentifierScheme in org.gbif.api.util.validators.identifierschemes
Methods in org.gbif.api.util.validators.identifierschemes that return IdentifierScheme Modifier and Type Method Description static IdentifierScheme
IdentifierScheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static IdentifierScheme[]
IdentifierScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-