Uses of Enum
de.xima.fc.mdl.enums.ELicenseFeature
Packages that use ELicenseFeature
Package
Description
Package for API access to system configuration.
Commonly used enumeration that are mainly used in model classes.
-
Uses of ELicenseFeature in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type ELicenseFeatureModifier and TypeMethodDescriptionLicenseAPI.getCustomFeature(ELicenseFeature feature) Deprecated.Use e.g. -
Uses of ELicenseFeature in de.xima.fc.license
Methods in de.xima.fc.license with parameters of type ELicenseFeatureModifier and TypeMethodDescriptionbooleanLicenseAccess.getBooleanFeature(ELicenseFeature feature) booleanLicenseAccess.getBooleanFeature(ELicenseFeature feature, boolean defaultValue) LicenseAccess.getNumberFeature(ELicenseFeature feature) LicenseAccess.getNumberFeature(ELicenseFeature feature, Number defaultValue) LicenseAccess.getStringFeature(ELicenseFeature feature) LicenseAccess.getStringFeature(ELicenseFeature feature, String defaultValue) -
Uses of ELicenseFeature in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELicenseFeatureModifier and TypeMethodDescriptionstatic ELicenseFeatureReturns the enum constant of this type with the specified name.static ELicenseFeature[]ELicenseFeature.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ELicenseFeature in de.xima.fc.mdl.license
Methods in de.xima.fc.mdl.license with parameters of type ELicenseFeatureModifier and TypeMethodDescriptionbooleanLicenseModel.getBoolean(ELicenseFeature feature) booleanLicenseModel.getBoolean(ELicenseFeature feature, boolean defaultValue) LicenseModel.getComment(ELicenseFeature feature) LicenseModel.getDate(ELicenseFeature feature) LicenseModel.getDate(ELicenseFeature feature, LocalDateTime defaultValue) LicenseModel.getExpireDate(ELicenseFeature feature) LicenseModel.getNumber(ELicenseFeature feature) LicenseModel.getNumber(ELicenseFeature feature, Number defaultValue) LicenseModel.getString(ELicenseFeature feature) LicenseModel.getString(ELicenseFeature feature, String defaultValue) booleanLicenseModel.hasFeature(ELicenseFeature feature) booleanLicenseModel.isValid(ELicenseFeature feature)