Uses of Class
de.xima.fc.mdl.enums.ELicenseFeature
-
Packages that use ELicenseFeature Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.beans.ann Annotationen für Model-Klassen und Java-Beansde.xima.fc.license de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.license -
-
Uses of ELicenseFeature in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type ELicenseFeature Modifier and Type Method Description StringLicenseAPI. getCustomFeature(ELicenseFeature feature)Deprecated.Use e.g. -
Uses of ELicenseFeature in de.xima.fc.beans.ann
Methods in de.xima.fc.beans.ann that return ELicenseFeature Modifier and Type Method Description ELicenseFeature[]value() -
Uses of ELicenseFeature in de.xima.fc.license
Methods in de.xima.fc.license with parameters of type ELicenseFeature Modifier and Type Method Description booleanLicenseAccess. getBooleanFeature(ELicenseFeature feature)booleanLicenseAccess. getBooleanFeature(ELicenseFeature feature, boolean defaultValue)NumberLicenseAccess. getNumberFeature(ELicenseFeature feature)NumberLicenseAccess. getNumberFeature(ELicenseFeature feature, Number defaultValue)StringLicenseAccess. getStringFeature(ELicenseFeature feature)StringLicenseAccess. getStringFeature(ELicenseFeature feature, String defaultValue) -
Uses of ELicenseFeature in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELicenseFeature Modifier and Type Method Description static ELicenseFeatureELicenseFeature. valueOf(String name)Returns 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 ELicenseFeature Modifier and Type Method Description booleanLicenseModel. getBoolean(ELicenseFeature feature)booleanLicenseModel. getBoolean(ELicenseFeature feature, boolean defaultValue)StringLicenseModel. getComment(ELicenseFeature feature)LocalDateTimeLicenseModel. getDate(ELicenseFeature feature)LocalDateTimeLicenseModel. getDate(ELicenseFeature feature, LocalDateTime defaultValue)LocalDateTimeLicenseModel. getExpireDate(ELicenseFeature feature)NumberLicenseModel. getNumber(ELicenseFeature feature)NumberLicenseModel. getNumber(ELicenseFeature feature, Number defaultValue)StringLicenseModel. getString(ELicenseFeature feature)StringLicenseModel. getString(ELicenseFeature feature, String defaultValue)booleanLicenseModel. hasFeature(ELicenseFeature feature)booleanLicenseModel. isValid(ELicenseFeature feature)
-