public interface IModelObjectWithLocation
extends IModelObject
A base interface for model objects that have an associated location.
The location specifies the server and schema where the
modeled object resides. It is possible to have an abstract or non-instantiated object that
does not have a location, for example, a folder object.
Gets the location of the object, within the specified context. The context parameter
may be null if the context is not known or not applicable.
Parameters:
context - The context object used to map the logical location to a physical location. Can be null if
this object does not have a direct reference to the location object.
Returns:
location of this object, or null is not location is associated with the object.