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 String
LicenseAPI. getCustomFeature(ELicenseFeature feature)
Deprecated. -
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 boolean
LicenseAccess. getBooleanFeature(ELicenseFeature feature)
boolean
LicenseAccess. getBooleanFeature(ELicenseFeature feature, boolean defaultValue)
Number
LicenseAccess. getNumberFeature(ELicenseFeature feature)
Number
LicenseAccess. getNumberFeature(ELicenseFeature feature, Number defaultValue)
String
LicenseAccess. getStringFeature(ELicenseFeature feature)
String
LicenseAccess. 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 ELicenseFeature
ELicenseFeature. 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 boolean
LicenseModel. getBoolean(ELicenseFeature feature)
boolean
LicenseModel. getBoolean(ELicenseFeature feature, boolean defaultValue)
String
LicenseModel. getComment(ELicenseFeature feature)
LocalDateTime
LicenseModel. getDate(ELicenseFeature feature)
LocalDateTime
LicenseModel. getDate(ELicenseFeature feature, LocalDateTime defaultValue)
LocalDateTime
LicenseModel. getExpireDate(ELicenseFeature feature)
Number
LicenseModel. getNumber(ELicenseFeature feature)
Number
LicenseModel. getNumber(ELicenseFeature feature, Number defaultValue)
String
LicenseModel. getString(ELicenseFeature feature)
String
LicenseModel. getString(ELicenseFeature feature, String defaultValue)
boolean
LicenseModel. hasFeature(ELicenseFeature feature)
boolean
LicenseModel. isValid(ELicenseFeature feature)
-