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