Uses of Class
de.xima.fc.mdl.enums.EFormImpexOption
-
Packages that use EFormImpexOption Package Description de.xima.fc.export de.xima.fc.export.model de.xima.fc.gui.bean.application de.xima.fc.gui.bean.project de.xima.fc.gui.model.impex de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EFormImpexOption in de.xima.fc.export
Methods in de.xima.fc.export with parameters of type EFormImpexOption Modifier and Type Method Description static boolean
ProjektExportUtil. hasExportOption(EFormImpexOption opt, Set<EFormImpexOption> allOpts)
Deprecated.Method parameters in de.xima.fc.export with type arguments of type EFormImpexOption Modifier and Type Method Description Projekt
ProjektUpdateUtil. doUpdate(Projekt currentProject, File updateDataDir, Set<EFormImpexOption> updateOption)
Deprecated.static boolean
ProjektExportUtil. hasExportOption(EFormImpexOption opt, Set<EFormImpexOption> allOpts)
Deprecated.Constructor parameters in de.xima.fc.export with type arguments of type EFormImpexOption Constructor Description ProjektExportUtil(Mandant man, IEntityContext ec, Benutzer user, Set<EFormImpexOption> options)
Deprecated. -
Uses of EFormImpexOption in de.xima.fc.export.model
Methods in de.xima.fc.export.model that return types with arguments of type EFormImpexOption Modifier and Type Method Description Set<EFormImpexOption>
ExportMetadata. getExportOptions()
Method parameters in de.xima.fc.export.model with type arguments of type EFormImpexOption Modifier and Type Method Description void
ExportMetadata. setExportOptions(Set<EFormImpexOption> exportOptions)
-
Uses of EFormImpexOption in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EFormImpexOption Modifier and Type Method Description EFormImpexOption[]
EnumBean. getEFormExportOptions()
-
Uses of EFormImpexOption in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return EFormImpexOption Modifier and Type Method Description EFormImpexOption[]
ProjectUpdateBean. getFormChildOptions()
Deprecated.EFormImpexOption
ProjectUpdateBean. getSelectedFormUpdateOption()
Deprecated.EFormImpexOption[]
ProjectUpdateBean. getUpdateOptionsForUI()
Deprecated.Methods in de.xima.fc.gui.bean.project that return types with arguments of type EFormImpexOption Modifier and Type Method Description Set<EFormImpexOption>
ProjectUpdateBean. getSelectedUpdateOption()
Deprecated.Set<EFormImpexOption>
ProjectUpdateBean. getUpdateOptions()
Deprecated.Methods in de.xima.fc.gui.bean.project with parameters of type EFormImpexOption Modifier and Type Method Description void
ProjectUpdateBean. setSelectedFormUpdateOption(EFormImpexOption selectedOption)
Deprecated.Method parameters in de.xima.fc.gui.bean.project with type arguments of type EFormImpexOption Modifier and Type Method Description void
ProjectUpdateBean. setSelectedUpdateOption(Set<EFormImpexOption> selectedUpdateOption)
Deprecated. -
Uses of EFormImpexOption in de.xima.fc.gui.model.impex
Constructors in de.xima.fc.gui.model.impex with parameters of type EFormImpexOption Constructor Description FormImpexOptionNode(EFormImpexOption option, Locale l)
-
Uses of EFormImpexOption in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormImpexOption Modifier and Type Method Description static EFormImpexOption[]
EFormImpexOption. getChildValues(EFormImpexOption parent)
static EFormImpexOption[]
EFormImpexOption. getParentValues()
static EFormImpexOption
EFormImpexOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormImpexOption[]
EFormImpexOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.enums with parameters of type EFormImpexOption Modifier and Type Method Description static EFormImpexOption[]
EFormImpexOption. getChildValues(EFormImpexOption parent)
-