Uses of Class
org.apache.maven.doxia.module.fml.model.Faq
-
Packages that use Faq Package Description org.apache.maven.doxia.module.fml org.apache.maven.doxia.module.fml.model -
-
Uses of Faq in org.apache.maven.doxia.module.fml
Fields in org.apache.maven.doxia.module.fml declared as Faq Modifier and Type Field Description private FaqFmlParser. currentFaqCollect a single faq. -
Uses of Faq in org.apache.maven.doxia.module.fml.model
Fields in org.apache.maven.doxia.module.fml.model with type parameters of type Faq Modifier and Type Field Description private java.util.List<Faq>Part. faqsField faqs.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 voidPart. addFaq(Faq faq)Method addFaq.voidPart. 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 voidPart. setFaqs(java.util.List<Faq> faqs)Set a list of FAQ.
-