com.togethersoft.openapi.ide.util
Interface FileNameService


public interface FileNameService

Interface FileNameService identifies the service intended to get
name of the file that corresponds to a certain code>IdeElement
in an IdeContext. For example, it returns the name of the file
that contains source code of the class selected on the diagram.

Author:
TogetherSoft
Since: Together 3.1

Method Summary
 StringgetFileName()
          Returns name of the file that corresponds to a certain IdeElement in an IdeContext.

Method Detail

getFileName

public String getFileName()
Returns name of the file that corresponds to a certain IdeElement in an IdeContext.
Returns: String file name of an IdeElement