Uses of Class
org.bidib.wizard.mvc.main.model.MacroFactory.ExportFormat
-
Packages that use MacroFactory.ExportFormat Package Description org.bidib.wizard.mvc.main.model -
-
Uses of MacroFactory.ExportFormat in org.bidib.wizard.mvc.main.model
Methods in org.bidib.wizard.mvc.main.model that return MacroFactory.ExportFormat Modifier and Type Method Description static MacroFactory.ExportFormatMacroFactory.ExportFormat. valueOf(String name)Returns 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.ExportFormat Modifier and Type Method Description static 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)
-