Uses of Class
de.xima.fc.mdl.enums.ELicenseState
-
Packages that use ELicenseState Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.license -
-
Uses of ELicenseState in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELicenseState Modifier and Type Method Description static ELicenseState
ELicenseState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ELicenseState[]
ELicenseState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ELicenseState in de.xima.fc.mdl.license
Methods in de.xima.fc.mdl.license that return ELicenseState Modifier and Type Method Description ELicenseState
LicenseModel. getLicenseStatus(String parentKey)
Checks the license state
-