Uses of Class
org.gbif.api.model.common.InterpretedEnum
-
Packages that use InterpretedEnum Package Description org.gbif.api.model.registry.eml -
-
Uses of InterpretedEnum in org.gbif.api.model.registry.eml
Methods in org.gbif.api.model.registry.eml that return InterpretedEnum Modifier and Type Method Description InterpretedEnum<String,Rank>TaxonomicCoverage. getRank()Methods in org.gbif.api.model.registry.eml with parameters of type InterpretedEnum Modifier and Type Method Description voidTaxonomicCoverage. setRank(InterpretedEnum<String,Rank> rank)Constructors in org.gbif.api.model.registry.eml with parameters of type InterpretedEnum Constructor Description TaxonomicCoverage(String scientificName, String commonName, InterpretedEnum<String,Rank> rank)
-