Uses of Class
com.funnelback.plugin.docs.model.ProductTopic
-
Packages that use ProductTopic Package Description com.funnelback.plugin.docs com.funnelback.plugin.docs.model -
-
Uses of ProductTopic in com.funnelback.plugin.docs
Methods in com.funnelback.plugin.docs that return types with arguments of type ProductTopic Modifier and Type Method Description List<ProductTopic>
PluginDocsDetails. getProductTopic()
Define a list of tags to display in documentation as meta tag "product-topic" -
Uses of ProductTopic in com.funnelback.plugin.docs.model
Methods in com.funnelback.plugin.docs.model that return ProductTopic Modifier and Type Method Description static ProductTopic
ProductTopic. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProductTopic[]
ProductTopic. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-