Package org.faktorips.runtime
Interface IDependantObject
public interface IDependantObject
Interface that defines a model object as dependent object, i.e. the object is part of another
object.
- Author:
- Jan Ortmann
-
Method Summary
Modifier and TypeMethodDescriptionReturns the parent this object belongs to.
-
Method Details
-
getParentModelObject
IModelObject getParentModelObject()Returns the parent this object belongs to. Returnsnull
if this object is (currently) not a part of another.
-