Package org.faktorips.runtime.internal
Class AbstractJaxbModelObject
- java.lang.Object
-
- org.faktorips.runtime.internal.AbstractModelObject
-
- org.faktorips.runtime.internal.AbstractJaxbModelObject
-
- All Implemented Interfaces:
IModelObject
public abstract class AbstractJaxbModelObject extends 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 AbstractJaxbModelObject()
-
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
-
-