/** * <copyright> * </copyright> * * */ package robot.resource.robot; /** * This interface is extended by some other generated classes. It provides access * to the plug-in meta information. */ public interface IRobotTextResourcePluginPart { /** * Returns a meta information object for the language plug-in that contains this * part. */ public robot.resource.robot.IRobotMetaInformation getMetaInformation(); }