Uses of Class
de.xima.fc.mdl.enums.EFreigabeTyp
-
Packages that use EFreigabeTyp 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 EFreigabeTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EFreigabeTyp Modifier and Type Method Description EFreigabeTyp
Mandant. getFreigabeTyp()
Methods in de.xima.fc.entities with parameters of type EFreigabeTyp Modifier and Type Method Description void
Mandant. setFreigabeTyp(EFreigabeTyp freigabeTyp)
-
Uses of EFreigabeTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFreigabeTyp Modifier and Type Method Description static EFreigabeTyp
EFreigabeTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFreigabeTyp[]
EFreigabeTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-