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 TypeMethodDescriptionvoidAktion.setProcessingType(EVerarbeitungsTyp processingType) Deprecated.voidBedingung.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 EVerarbeitungsTypReturns the enum constant of this type with the specified name.static EVerarbeitungsTypEVerarbeitungsTyp.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