Uses of Class
org.faktorips.runtime.internal.toc.EnumContentTocEntry
Packages that use EnumContentTocEntry
Package
Description
-
Uses of EnumContentTocEntry in org.faktorips.runtime
Methods in org.faktorips.runtime with parameters of type EnumContentTocEntryModifier and TypeMethodDescriptionprotected InputStreamClassloaderRuntimeRepository.getXmlAsStream(EnumContentTocEntry tocEntry) -
Uses of EnumContentTocEntry in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type EnumContentTocEntryModifier and TypeMethodDescriptionprotected abstract <T> IpsEnum<T>AbstractTocBasedRuntimeRepository.createEnumValues(EnumContentTocEntry tocEntry, Class<T> clazz) protected <T> IpsEnum<T>AbstractXmlInputStreamRepository.createEnumValues(EnumContentTocEntry tocEntry, Class<T> enumClass) protected abstract InputStreamAbstractXmlInputStreamRepository.getXmlAsStream(EnumContentTocEntry tocEntry) Returns the XML data for the specifiedEnumContentTocEntryasInputStream -
Uses of EnumContentTocEntry in org.faktorips.runtime.internal.toc
Methods in org.faktorips.runtime.internal.toc that return EnumContentTocEntryModifier and TypeMethodDescriptionabstract EnumContentTocEntryAbstractReadonlyTableOfContents.getEnumContentTocEntry(String className) Returns the toc entry representing enum contents for the specified implementation class.IReadonlyTableOfContents.getEnumContentTocEntry(String className) Returns the toc entry representing enum contents for the specified implementation class.ReadonlyTableOfContents.getEnumContentTocEntry(String className) Methods in org.faktorips.runtime.internal.toc that return types with arguments of type EnumContentTocEntryModifier and TypeMethodDescriptionIReadonlyTableOfContents.getEnumContentTocEntries()Returns all toc's entries representing enum contents.ReadonlyTableOfContents.getEnumContentTocEntries() -
Uses of EnumContentTocEntry in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type EnumContentTocEntryModifier and TypeMethodDescriptionClassLoaderProductDataProvider.getEnumContentAsStream(EnumContentTocEntry tocEntry) IProductDataProvider.getEnumContentAsStream(EnumContentTocEntry tocEntry) Getting the input stream of enum content for given tocEntry.protected InputStreamDetachedContentRuntimeRepository.getXmlAsStream(EnumContentTocEntry tocEntry)