Uses of Class
de.xima.fc.mdl.RessourcenTyp
-
Packages that use RessourcenTyp Package Description de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiert -
-
Uses of RessourcenTyp in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return RessourcenTyp Modifier and Type Method Description static RessourcenTyp
RessourcenTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static RessourcenTyp[]
RessourcenTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-