org.faktorips.runtime.internal.toc
Class AbstractTocEntryFactory.TestCaseTocEntryFactory

java.lang.Object
  extended by org.faktorips.runtime.internal.toc.AbstractTocEntryFactory<TestCaseTocEntry>
      extended by org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.TestCaseTocEntryFactory
All Implemented Interfaces:
ITocEntryFactory<TestCaseTocEntry>
Enclosing class:
AbstractTocEntryFactory<T extends TocEntryObject>

public static class AbstractTocEntryFactory.TestCaseTocEntryFactory
extends AbstractTocEntryFactory<TestCaseTocEntry>


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
AbstractTocEntryFactory.TestCaseTocEntryFactory()
           
 
Method Summary
 String getXmlTag()
          Returns the XML tag identifying a TocEntryObject this factory can create.
 
Methods inherited from class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory
createFromXml, getBaseTocEntryFactories
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTocEntryFactory.TestCaseTocEntryFactory

public AbstractTocEntryFactory.TestCaseTocEntryFactory()
Method Detail

getXmlTag

public String getXmlTag()
Description copied from interface: ITocEntryFactory
Returns the XML tag identifying a TocEntryObject this factory can create.

Returns:
the XML tag identifying a TocEntryObject this factory can create


Copyright © 2015. All rights reserved.