org.faktorips.runtime.internal.toc
Class FormulaTestTocEntry
java.lang.Object
org.faktorips.runtime.internal.toc.TocEntry
org.faktorips.runtime.internal.toc.TocEntryObject
org.faktorips.runtime.internal.toc.TestCaseTocEntry
org.faktorips.runtime.internal.toc.FormulaTestTocEntry
public class FormulaTestTocEntry
- extends TestCaseTocEntry
A special kind of TestCaseTocEntry for formula test entries
- Author:
- dirmeier
FORMULA_TEST_XML_TAG
public static final String FORMULA_TEST_XML_TAG
- See Also:
- Constant Field Values
FormulaTestTocEntry
public FormulaTestTocEntry(String ipsObjectId,
String ipsObjectQualifiedName,
String kindId,
String versionId,
String implementationClassName)
getKindId
public String getKindId()
getVersionId
public String getVersionId()
addToXml
protected void addToXml(Element entryElement)
- Description copied from class:
TocEntry
- Adds this instance's property values to the xml element.
- Overrides:
addToXml in class TocEntryObject
getXmlElementTag
protected String getXmlElementTag()
- Description copied from class:
TocEntry
- Getting the xml element tag for this toc entry
- Overrides:
getXmlElementTag in class TestCaseTocEntry
hashCode
public int hashCode()
- Overrides:
hashCode in class TocEntryObject
equals
public boolean equals(Object obj)
- Overrides:
equals in class TocEntryObject
Copyright © 2015. All rights reserved.