Uses of Enum
org.bidib.wizard.mvc.main.model.MacroFactory.ExportFormat
Packages that use MacroFactory.ExportFormat
-
Uses of MacroFactory.ExportFormat in org.bidib.wizard.mvc.main.model
Methods in org.bidib.wizard.mvc.main.model that return MacroFactory.ExportFormatModifier and TypeMethodDescriptionstatic MacroFactory.ExportFormatReturns the enum constant of this type with the specified name.static MacroFactory.ExportFormat[]MacroFactory.ExportFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.main.model with parameters of type MacroFactory.ExportFormatModifier and TypeMethodDescriptionstatic org.bidib.wizard.api.model.MacroMacroFactory.loadMacro(String fileName, MacroFactory.ExportFormat exportFormat, org.bidib.wizard.api.model.PortsProvider portsProvider) static voidMacroFactory.saveMacro(String fileName, org.bidib.wizard.api.model.Macro macro, MacroFactory.ExportFormat exportFormat) static voidMacroFactory.saveMacro(String fileName, org.bidib.wizard.api.model.Macro macro, MacroFactory.ExportFormat exportFormat, boolean gzip)