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
 IModelObject getParentModelObject()
          Returns the parent this object belongs to.
 

Method Detail

getParentModelObject

IModelObject getParentModelObject()
Returns the parent this object belongs to. Returns null if this object is (currently) not a part of another.



Copyright © 2015. All rights reserved.