Uses of Class
org.gbif.api.model.registry.eml.RelatedProject
-
Packages that use RelatedProject Package Description org.gbif.api.model.registry.eml -
-
Uses of RelatedProject in org.gbif.api.model.registry.eml
Methods in org.gbif.api.model.registry.eml that return types with arguments of type RelatedProject Modifier and Type Method Description List<RelatedProject>
Project. getRelatedProjects()
Methods in org.gbif.api.model.registry.eml with parameters of type RelatedProject Modifier and Type Method Description void
Project. addRelatedProject(RelatedProject relatedProject)
Method parameters in org.gbif.api.model.registry.eml with type arguments of type RelatedProject Modifier and Type Method Description void
Project. setRelatedProjects(List<RelatedProject> relatedProjects)
-