| org.openharmonise.rm.factory.ClassFinder
ClassFinder | public interface ClassFinder (Code) | | Classes implementing this interface will offer methods which will be able
to return class information from specified parameters.
author: Michael Bell version: $Revision: 1.1 $ |
Method Summary | |
public String | getClass(int nId) Returns the class name for the object with the specified id. |
getClass | public String getClass(int nId) throws ClassFinderException(Code) | | Returns the class name for the object with the specified id.
Parameters: nId - the id of the object to find a class name for the class name for the object with the specified id throws: ClassFinderException - if an error occurs |
|
|