Uses of Enum
de.xima.fc.mdl.enums.EVerarbeitungsTyp
Packages that use EVerarbeitungsTyp
Package
Description
Package für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
-
Uses of EVerarbeitungsTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EVerarbeitungsTypMethods in de.xima.fc.entities with parameters of type EVerarbeitungsTypModifier and TypeMethodDescriptionvoid
Aktion.setProcessingType
(EVerarbeitungsTyp processingType) Deprecated.void
Bedingung.setVerarbeitungsTyp
(EVerarbeitungsTyp verarbeitungsTyp) Deprecated. -
Uses of EVerarbeitungsTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EVerarbeitungsTypModifier and TypeMethodDescriptionstatic EVerarbeitungsTyp
Returns the enum constant of this type with the specified name.static EVerarbeitungsTyp
EVerarbeitungsTyp.valueOfOrNull
(String processingKey) static EVerarbeitungsTyp[]
EVerarbeitungsTyp.values()
Returns an array containing the constants of this enum type, in the order they are declared.
Aktion.setProcessingType(EVerarbeitungsTyp)
instead