com.ibm.dse.tools.workbench.tbg
Interface TbgTags

All Known Implementing Classes:
DefaultTbgTags

public interface TbgTags

This interface defines the common operation to get a class that implements a certain tag.


Method Summary
 java.lang.String getClass(java.lang.String tag)
          Returns the class that implements the specified tag.
 

Method Detail

getClass

public java.lang.String getClass(java.lang.String tag)
Returns the class that implements the specified tag.
Parameters:
tag - java.lang.String The name of the tag.