Uses of Class
de.xima.fc.mdl.enums.ELizenzTyp
-
Packages that use ELizenzTyp Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.license de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of ELizenzTyp in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return ELizenzTyp Modifier and Type Method Description ELizenzTyp
LicenseAPI. getLicenseType()
Deprecated.The new license management handles license types differently
{will be removed in next major version}ELizenzTyp
SetupAPI. getLicenseType()
Deprecated. -
Uses of ELizenzTyp in de.xima.fc.license
Methods in de.xima.fc.license that return ELizenzTyp Modifier and Type Method Description static ELizenzTyp
LicenseManager. getLicenseType()
Deprecated. -
Uses of ELizenzTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELizenzTyp Modifier and Type Method Description static ELizenzTyp
ELizenzTyp. findByKey(String name)
Deprecated.static ELizenzTyp
ELizenzTyp. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static ELizenzTyp[]
ELizenzTyp. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-