Uses of Class
de.xima.fc.mdl.enums.EVerarbeitungsTyp
-
Packages that use EVerarbeitungsTyp 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 EVerarbeitungsTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EVerarbeitungsTyp Modifier and Type Method Description EVerarbeitungsTyp
Aktion. getProcessingType()
Deprecated.Methods in de.xima.fc.entities with parameters of type EVerarbeitungsTyp Modifier and Type Method Description void
Aktion. setProcessingType(EVerarbeitungsTyp processingType)
Deprecated.void
Bedingung. setVerarbeitungsTyp(EVerarbeitungsTyp verarbeitungsTyp)
Deprecated.UseAktion.setProcessingType(EVerarbeitungsTyp)
instead -
Uses of EVerarbeitungsTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EVerarbeitungsTyp Modifier and Type Method Description static EVerarbeitungsTyp
EVerarbeitungsTyp. valueOf(String name)
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.
-