Uses of Class
org.n52.shetland.rdf.dct.Title
-
Packages that use Title Package Description org.n52.shetland.rdf org.n52.shetland.rdf.dcat -
-
Uses of Title in org.n52.shetland.rdf
Methods in org.n52.shetland.rdf that return types with arguments of type Title Modifier and Type Method Description List<Title>AbstractTitleDescription. getTitles()Methods in org.n52.shetland.rdf with parameters of type Title Modifier and Type Method Description TAbstractTitleDescription. addTitle(Title title)Method parameters in org.n52.shetland.rdf with type arguments of type Title Modifier and Type Method Description TAbstractTitleDescription. setTitles(Collection<Title> titles) -
Uses of Title in org.n52.shetland.rdf.dcat
Constructors in org.n52.shetland.rdf.dcat with parameters of type Title Constructor Description Catalog(Title title, Description description, Publisher publisher, Dataset dataset)Dataset(Title title, Description description)Constructor parameters in org.n52.shetland.rdf.dcat with type arguments of type Title Constructor Description Catalog(Collection<Title> titles, Collection<Description> descriptions, Publisher publisher, Dataset dataset)Dataset(Collection<Title> titles, Collection<Description> descriptions)
-