Class TocEntry

java.lang.Object
org.faktorips.runtime.internal.toc.TocEntry
Direct Known Subclasses:
GenerationTocEntry, TocEntryObject

public abstract class TocEntry extends Object
The class represents an entry in the repository's table of contents.
  • Field Details

  • Constructor Details

    • TocEntry

      public TocEntry(String implementationClassName, String xmlResource)
  • Method Details

    • getXmlResourceName

      public String getXmlResourceName()
    • getImplementationClassName

      public String getImplementationClassName()
    • addToXml

      protected void addToXml(Element element)
      Adds this instance's property values to the xml element.
    • toXml

      public final Element toXml(Document doc)
    • getXmlElementTag

      protected abstract String getXmlElementTag()
      Getting the xml element tag for this toc entry
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object