Uses of Class
org.gcube.spatial.data.geonetwork.iso.tpl.codelists.TopicCategory
-
Packages that use TopicCategory Package Description org.gcube.spatial.data.geonetwork.iso.tpl org.gcube.spatial.data.geonetwork.iso.tpl.codelists -
-
Uses of TopicCategory in org.gcube.spatial.data.geonetwork.iso.tpl
Methods in org.gcube.spatial.data.geonetwork.iso.tpl with parameters of type TopicCategory Modifier and Type Method Description voidMetadataDescriptor. addTopicCategory(TopicCategory toAdd) -
Uses of TopicCategory in org.gcube.spatial.data.geonetwork.iso.tpl.codelists
Methods in org.gcube.spatial.data.geonetwork.iso.tpl.codelists that return TopicCategory Modifier and Type Method Description static TopicCategoryTopicCategory. getById(String id)static TopicCategoryTopicCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicCategory[]TopicCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-