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