Class AbstractTocEntryFactory.ProductCmptTocEntryFactory
java.lang.Object
org.faktorips.runtime.internal.toc.AbstractTocEntryFactory<ProductCmptTocEntry>
org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.ProductCmptTocEntryFactory
- All Implemented Interfaces:
ITocEntryFactory<ProductCmptTocEntry>
- Enclosing class:
- AbstractTocEntryFactory<T extends TocEntryObject>
public static class AbstractTocEntryFactory.ProductCmptTocEntryFactory
extends AbstractTocEntryFactory<ProductCmptTocEntry>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory
AbstractTocEntryFactory.EnumContentTocEntryFactory, AbstractTocEntryFactory.EnumXmlAdapterTocEntryFactory, AbstractTocEntryFactory.FormulaTestTocEntryFactory, AbstractTocEntryFactory.PolicyCmptTypeTocEntryFactory, AbstractTocEntryFactory.ProductCmptTocEntryFactory, AbstractTocEntryFactory.ProductCmptTypeTocEntryFactory, AbstractTocEntryFactory.TableContentTocEntryFactory, AbstractTocEntryFactory.TestCaseTocEntryFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the XML tag identifying aTocEntryObjectthis factory can create.Methods inherited from class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory
createFromXml, getBaseTocEntryFactories
-
Constructor Details
-
ProductCmptTocEntryFactory
public ProductCmptTocEntryFactory()
-
-
Method Details
-
getXmlTag
Description copied from interface:ITocEntryFactoryReturns the XML tag identifying aTocEntryObjectthis factory can create.- Returns:
- the XML tag identifying a
TocEntryObjectthis factory can create
-