com.sodius.mdw.core.eval.debug
Interface ElementReference

All Known Subinterfaces:
ProjectReference, ProjectUnitReference, RuleReference, RuleSetReference, ScriptReference, TextTemplateReference, TypeReference

public interface ElementReference

A reference to a project element (template, rule or script).

This interface is not intended to be implemented by clients.


Method Summary
 String getName()
          Returns the name of the element.
 ProjectReference getProject()
          Returns the project in which this element is defined.
 

Method Detail

getProject

ProjectReference getProject()
Returns the project in which this element is defined.

Returns:
the project in which this element is defined.

getName

String getName()
Returns the name of the element.

Returns:
the element name.