Uses of Class
org.gcube.common.metadataprofilediscovery.jaxb.NamespaceCategory
-
Packages that use NamespaceCategory Package Description org.gcube.common.metadataprofilediscovery org.gcube.common.metadataprofilediscovery.jaxb -
-
Uses of NamespaceCategory in org.gcube.common.metadataprofilediscovery
Methods in org.gcube.common.metadataprofilediscovery that return types with arguments of type NamespaceCategory Modifier and Type Method Description List<NamespaceCategory>MetadataProfileDiscovery. getListOfNamespaceCategories()Gets the list of namespace categories.List<NamespaceCategory>MetadataProfileReader. getListOfNamespaceCategories()Gets the list of namespace categories. -
Uses of NamespaceCategory in org.gcube.common.metadataprofilediscovery.jaxb
Methods in org.gcube.common.metadataprofilediscovery.jaxb that return types with arguments of type NamespaceCategory Modifier and Type Method Description List<NamespaceCategory>NamespaceCategories. getNamespaceCategories()Gets the namespace categories.Method parameters in org.gcube.common.metadataprofilediscovery.jaxb with type arguments of type NamespaceCategory Modifier and Type Method Description voidNamespaceCategories. setNamespaceCategories(List<NamespaceCategory> namespaceCategories)Sets the namespace categories.Constructor parameters in org.gcube.common.metadataprofilediscovery.jaxb with type arguments of type NamespaceCategory Constructor Description NamespaceCategories(List<NamespaceCategory> namespaceCategories)Instantiates a new namespace categories.
-