38 lines
891 B
Java
38 lines
891 B
Java
package com.honeywell.honeywellXL10NextGen.functionalBlocks;
|
|
|
|
public interface IFBInfoInterface {
|
|
String getCategoryTypeForFB(String str);
|
|
|
|
String getConfigParameterForFB(String str);
|
|
|
|
String getConfigViewForFB(String str);
|
|
|
|
String getDescriptionForFB(String str);
|
|
|
|
String getFBID(String str, String str2, boolean z);
|
|
|
|
String getFBNameFromIndex(String str, int i);
|
|
|
|
String getHelpFilePathForFB(String str);
|
|
|
|
String getHolidayHelpFilePathForFB(String str);
|
|
|
|
String getIconForFB(String str);
|
|
|
|
String getLoopStaticForFB(String str);
|
|
|
|
String getMaxLimitForFB(String str);
|
|
|
|
String getScheduleHelpFilePathForFB(String str);
|
|
|
|
String getSimulationForFB(String str);
|
|
|
|
String getUploadClass(String str, String str2);
|
|
|
|
String getVersionForFB(String str);
|
|
|
|
String getViewXmlPathForFB(String str);
|
|
|
|
boolean isFBSupported(String str);
|
|
}
|