Uses of Class
org.faktorips.runtime.internal.toc.TocEntryObject
-
Packages that use TocEntryObject Package Description org.faktorips.runtime.internal.toc -
-
Uses of TocEntryObject in org.faktorips.runtime.internal.toc
Classes in org.faktorips.runtime.internal.toc with type parameters of type TocEntryObject Modifier and Type Class Description classAbstractTocEntryFactory<T extends TocEntryObject>interfaceITocEntryFactory<T extends TocEntryObject>AITocEntryFactoryimplementation is used to loadTocEntryObjects of a given type identified by their XML tag.Subclasses of TocEntryObject in org.faktorips.runtime.internal.toc Modifier and Type Class Description classCustomTocEntryObject<T>A TOC entry for a custom type of runtime object.classEnumContentTocEntryATocEntryObjectrepresenting an enum content elementclassEnumXmlAdapterTocEntryATocEntryObjectrepresenting a enum xml adapter elementclassFormulaTestTocEntryA special kind ofTestCaseTocEntryfor formula test entriesclassModelTypeTocEntryThisTocEntryObjectrepresents an entry for model typesclassPolicyCmptTypeTocEntryThis special kind ofModelTypeTocEntryrepresents an entry for policy component typesclassProductCmptTocEntryATocEntryObjectforIProductComponentsclassProductCmptTypeTocEntryThis special kind ofModelTypeTocEntryrepresents an entry for product component typesclassTableContentTocEntryATocEntryObjectfor table contentsclassTestCaseTocEntryATocEntryObjectfor test casesMethods in org.faktorips.runtime.internal.toc that return types with arguments of type TocEntryObject Modifier and Type Method Description java.util.List<TocEntryObject>ReadonlyTableOfContents. getEntries()Methods in org.faktorips.runtime.internal.toc with parameters of type TocEntryObject Modifier and Type Method Description protected abstract voidAbstractReadonlyTableOfContents. internalAddEntry(TocEntryObject entry)Adds the entry to the table of contents.protected voidReadonlyTableOfContents. internalAddEntry(TocEntryObject entry)
-