Uses of Class
org.apache.maven.doxia.module.fml.model.Part
-
Packages that use Part Package Description org.apache.maven.doxia.module.fml.model -
-
Uses of Part in org.apache.maven.doxia.module.fml.model
Methods in org.apache.maven.doxia.module.fml.model that return types with arguments of type Part Modifier and Type Method Description java.util.List<Part>
Faqs. getParts()
Method getParts.Methods in org.apache.maven.doxia.module.fml.model with parameters of type Part Modifier and Type Method Description void
Faqs. addPart(Part part)
Method addPart.void
Faqs. removePart(Part part)
Method removePart.Method parameters in org.apache.maven.doxia.module.fml.model with type arguments of type Part Modifier and Type Method Description void
Faqs. setParts(java.util.List<Part> parts)
Set list of FAQ part.
-