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