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 EProjectExportFormat
ProjectExportBean. 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 void
ProjectExportBean. 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 EProjectExportFormat
EProjectExportFormat. 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.
-