Uses of Class
org.apache.maven.doxia.module.fml.model.Faq

Packages that use Faq
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
 List<Faq> Part.getFaqs()
          Method getFaqs.
 

Methods in org.apache.maven.doxia.module.fml.model with parameters of type Faq
 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
 void Part.setFaqs(List<Faq> faqs)
          Set a list of FAQ.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.