Package org.faktorips.runtime
Interface IDependantObject
-
public interface IDependantObjectInterface that defines a model object as dependent object, i.e. the object is part of another object.- Author:
- Jan Ortmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModelObjectgetParentModelObject()Returns the parent this object belongs to.
-
-
-
Method Detail
-
getParentModelObject
IModelObject getParentModelObject()
Returns the parent this object belongs to. Returnsnullif this object is (currently) not a part of another.
-
-