Uses of Class
de.xima.fc.gui.statics.EProjectExportFormat
- 
Packages that use EProjectExportFormat Package Description de.xima.fc.gui.bean.project de.xima.fc.gui.statics  - 
- 
Uses of EProjectExportFormat in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return EProjectExportFormat Modifier and Type Method Description EProjectExportFormatProjectExportBean. getExportFormat()Deprecated.Since formcycle version 7.0.0.Methods in de.xima.fc.gui.bean.project with parameters of type EProjectExportFormat Modifier and Type Method Description voidProjectExportBean. setExportFormat(EProjectExportFormat exportFormat)Deprecated.Since formcycle version 7.0.0. - 
Uses of EProjectExportFormat in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics that return EProjectExportFormat Modifier and Type Method Description static EProjectExportFormatEProjectExportFormat. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static EProjectExportFormat[]EProjectExportFormat. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. 
 -