Uses of Class
de.xima.fc.mdl.enums.EDbUpdateStep
-
Packages that use EDbUpdateStep Package Description de.xima.fc.gui.bean.settings de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EDbUpdateStep in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return EDbUpdateStep Modifier and Type Method Description EDbUpdateStep
UpdateBean. getUpdateStep()
Deprecated.Methods in de.xima.fc.gui.bean.settings with parameters of type EDbUpdateStep Modifier and Type Method Description void
UpdateBean. setUpdateStep(EDbUpdateStep updateStep)
Deprecated. -
Uses of EDbUpdateStep in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EDbUpdateStep Modifier and Type Method Description static EDbUpdateStep
EDbUpdateStep. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static EDbUpdateStep[]
EDbUpdateStep. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-