com.sodius.mdw.core
Interface WorkbenchApplication


public interface WorkbenchApplication

Describes an application the workbench can connect to.

This interface is not intended to be implemented by clients.

See Also:
MDWorkbench.getApplication()

Method Summary
 String getID()
          Returns the internal application ID.
 String getName()
          Returns the name of the application, displayable to the end-user.
 

Method Detail

getName

String getName()
Returns the name of the application, displayable to the end-user.

Returns:
the application name.

getID

String getID()
Returns the internal application ID. This ID is used to instantiate a workbench.

Returns:
the application ID.
See Also:
MDWorkbenchFactory.create(String)