Class AbstractJaxbModelObject

java.lang.Object
org.faktorips.runtime.internal.AbstractModelObject
org.faktorips.runtime.xml.jakarta.AbstractJaxbModelObject
All Implemented Interfaces:
org.faktorips.runtime.IModelObject

public abstract class AbstractJaxbModelObject extends org.faktorips.runtime.internal.AbstractModelObject
Abstract base class for policy component types enabled for JAXB persistence.
  • Field Summary

    Fields inherited from interface org.faktorips.runtime.IModelObject

    CONTINUE_VALIDATION, STOP_VALIDATION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.faktorips.runtime.internal.AbstractModelObject

    createChildFromXml, createUnresolvedReference, initAssociationFromXml, initFromXml, initFromXml, initFromXml, initPropertiesFromXml, removeChildModelObjectInternal, validate, validate, validateDependants, validateSelf

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.faktorips.runtime.IModelObject

    getDescription
  • Constructor Details

    • AbstractJaxbModelObject

      public AbstractJaxbModelObject()