Class TableContentTocEntry
java.lang.Object
org.faktorips.runtime.internal.toc.TocEntry
org.faktorips.runtime.internal.toc.TocEntryObject
org.faktorips.runtime.internal.toc.TableContentTocEntry
A
TocEntryObject for table contents- Author:
- dirmeier
-
Field Summary
FieldsFields inherited from class org.faktorips.runtime.internal.toc.TocEntryObject
PROPERTY_ENTRYTYPE, PROPERTY_IPS_OBJECT_ID, PROPERTY_IPS_OBJECT_QNAMEFields inherited from class org.faktorips.runtime.internal.toc.TocEntry
PROPERTY_IMPLEMENTATION_CLASS, PROPERTY_XML_RESOURCE -
Constructor Summary
ConstructorsConstructorDescriptionTableContentTocEntry(String ipsObjectId, String ipsObjectQualifiedName, String xmlResourceName, String implementationClassName) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringGetting the xml element tag for this toc entryMethods inherited from class org.faktorips.runtime.internal.toc.TocEntryObject
addToXml, equals, getIpsObjectId, getIpsObjectQualifiedName, hashCode, toStringMethods inherited from class org.faktorips.runtime.internal.toc.TocEntry
getImplementationClassName, getXmlResourceName, toXml
-
Field Details
-
XML_TAG
- See Also:
-
-
Constructor Details
-
TableContentTocEntry
-
-
Method Details
-
getXmlElementTag
Description copied from class:TocEntryGetting the xml element tag for this toc entry- Specified by:
getXmlElementTagin classTocEntry
-