Package | Description |
---|---|
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
Modifier and Type | Method and Description |
---|---|
EVerarbeitungsTyp |
Aktion.getProcessingType() |
Modifier and Type | Method and Description |
---|---|
void |
Aktion.setProcessingType(EVerarbeitungsTyp processingType) |
void |
Bedingung.setVerarbeitungsTyp(EVerarbeitungsTyp verarbeitungsTyp)
Deprecated.
Use
Aktion.setProcessingType(EVerarbeitungsTyp) instead |
Modifier and Type | Method and Description |
---|---|
static EVerarbeitungsTyp |
EVerarbeitungsTyp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EVerarbeitungsTyp[] |
EVerarbeitungsTyp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.