Uses of Class
de.xima.fc.mdl.enums.EUpdateStatus
-
Packages that use EUpdateStatus Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.system -
-
Uses of EUpdateStatus in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EUpdateStatus Modifier and Type Method Description static EUpdateStatus
EUpdateStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static EUpdateStatus[]
EUpdateStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EUpdateStatus in de.xima.fc.mdl.system
Methods in de.xima.fc.mdl.system that return EUpdateStatus Modifier and Type Method Description EUpdateStatus
UpdateContext. getUpdateStatus()
Methods in de.xima.fc.mdl.system with parameters of type EUpdateStatus Modifier and Type Method Description void
UpdateContext. setUpdateStatus(EUpdateStatus updateStatus)
-