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