Uses of Class
de.xima.fc.mdl.enums.EFormVersionActions
-
Packages that use EFormVersionActions Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EFormVersionActions in de.xima.fc.entities
Methods in de.xima.fc.entities that return EFormVersionActions Modifier and Type Method Description EFormVersionActions
FormVersion. getAction()
Methods in de.xima.fc.entities with parameters of type EFormVersionActions Modifier and Type Method Description void
FormVersion. setAction(EFormVersionActions action)
-
Uses of EFormVersionActions in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormVersionActions Modifier and Type Method Description static EFormVersionActions
EFormVersionActions. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormVersionActions[]
EFormVersionActions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-