Uses of Class
org.apache.maven.doxia.module.fml.model.Faq
-
Packages that use Faq Package Description org.apache.maven.doxia.module.fml.model -
-
Uses of Faq in org.apache.maven.doxia.module.fml.model
Methods in org.apache.maven.doxia.module.fml.model that return types with arguments of type Faq Modifier and Type Method Description java.util.List<Faq>
Part. getFaqs()
Method getFaqs.Methods in org.apache.maven.doxia.module.fml.model with parameters of type Faq Modifier and Type Method Description void
Part. addFaq(Faq faq)
Method addFaq.void
Part. removeFaq(Faq faq)
Method removeFaq.Method parameters in org.apache.maven.doxia.module.fml.model with type arguments of type Faq Modifier and Type Method Description void
Part. setFaqs(java.util.List<Faq> faqs)
Set a list of FAQ.
-